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

Class ReflectPad1dModule

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

Source from the content-addressed store, hash-verified

121};
122
123class ReflectPad1dModule {
124public:
125 explicit ReflectPad1dModule(ReflectPad1dConfig config);
126
127 const ReflectPad1dConfig & config() const noexcept;
128 const core::ModuleSchema & schema() const noexcept;
129 core::TensorValue build(core::ModuleBuildContext & ctx, const core::TensorValue & input) const;
130 static const core::ModuleSchema & static_schema() noexcept;
131
132private:
133 ReflectPad1dConfig config_;
134};
135
136enum class Interpolate1dMode {
137 Nearest,

Callers 4

conv1dFunction · 0.85
build_wavenetFunction · 0.85
ensure_chunk_graphMethod · 0.85
conv1dFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected