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

Class RepeatModule

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

Source from the content-addressed store, hash-verified

86};
87
88class RepeatModule {
89public:
90 explicit RepeatModule(RepeatConfig config);
91
92 const RepeatConfig & config() const noexcept;
93 const core::ModuleSchema & schema() const noexcept;
94 core::TensorValue build(core::ModuleBuildContext & ctx, const core::TensorValue & input) const;
95 static const core::ModuleSchema & static_schema() noexcept;
96
97private:
98 RepeatConfig config_;
99};
100
101struct PaddingConfig {
102 int64_t target_frames = 0;

Callers 15

buildMethod · 0.85
build_time_mask_4dFunction · 0.85
buildMethod · 0.85
buildMethod · 0.85
zeros_like_prefixFunction · 0.85
repeat_first_frameFunction · 0.85
buildMethod · 0.85
attentive_poolFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected