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

Class Interpolate1dModule

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

Source from the content-addressed store, hash-verified

144};
145
146class Interpolate1dModule {
147public:
148 explicit Interpolate1dModule(Interpolate1dConfig config);
149
150 const Interpolate1dConfig & config() const noexcept;
151 const core::ModuleSchema & schema() const noexcept;
152 core::TensorValue build(core::ModuleBuildContext & ctx, const core::TensorValue & input) const;
153 static const core::ModuleSchema & static_schema() noexcept;
154
155private:
156 Interpolate1dConfig config_;
157};
158
159class MaskingModule {
160public:

Callers 3

FlashSrGraphMethod · 0.85
ensure_graphMethod · 0.85
ensure_graphMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected