MCPcopy Create free account
hub / github.com/0xShug0/audio.cpp / TransposeModule

Class TransposeModule

include/engine/framework/modules/structural_modules.h:32–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30};
31
32class TransposeModule {
33public:
34 explicit TransposeModule(TransposeConfig config);
35
36 const TransposeConfig & config() const noexcept;
37 const core::ModuleSchema & schema() const noexcept;
38 core::TensorValue build(core::ModuleBuildContext & ctx, const core::TensorValue & input) const;
39 static const core::ModuleSchema & static_schema() noexcept;
40
41private:
42 TransposeConfig config_;
43};
44
45struct SliceConfig {
46 int axis = 0;

Callers 15

permuteFunction · 0.85
transpose_bct_btcFunction · 0.85
transpose_bct_btcFunction · 0.85
build_self_attentionFunction · 0.85
reduce_axisFunction · 0.85
attention_from_headsFunction · 0.85
buildMethod · 0.85
matmul_f32Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected