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};
67
68class ConcatModule {
69public:
70 explicit ConcatModule(ConcatConfig config);
71
72 const ConcatConfig & config() const noexcept;
73 const core::ModuleSchema & schema() const noexcept;
74 core::TensorValue build(
75 core::ModuleBuildContext & ctx,
76 const core::TensorValue & lhs,
77 const core::TensorValue & rhs) const;
78 static const core::ModuleSchema & static_schema() noexcept;
79
80private:
81 ConcatConfig config_;
82};
83
84struct RepeatConfig {
85 core::TensorShape output_shape;

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