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

Class ConcatModule

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

Source from the content-addressed store, hash-verified

66 bool cuda_contiguous_4d_lowering = false;
67};
68
69class ConcatModule {
70public:
71 explicit ConcatModule(ConcatConfig config);
72
73 const ConcatConfig & config() const noexcept;
74 const core::ModuleSchema & schema() const noexcept;
75 core::TensorValue build(
76 core::ModuleBuildContext & ctx,
77 const core::TensorValue & lhs,
78 const core::TensorValue & rhs) const;
79 static const core::ModuleSchema & static_schema() noexcept;
80
81private:
82 ConcatConfig config_;
83};
84
85struct RepeatConfig {

Callers 15

buildMethod · 0.85
concat_last_dimFunction · 0.85
buildMethod · 0.85
buildMethod · 0.85
buildMethod · 0.85
grouped_pos_convFunction · 0.85
grouped_pos_convFunction · 0.85
concat_channelsFunction · 0.85
buildMethod · 0.85
concat_channelsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected