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

Class MaskingModule

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

Source from the content-addressed store, hash-verified

157};
158
159class MaskingModule {
160public:
161 const core::ModuleSchema & schema() const noexcept;
162 core::TensorValue build(
163 core::ModuleBuildContext & ctx,
164 const core::TensorValue & input,
165 const core::TensorValue & mask) const;
166 static const core::ModuleSchema & static_schema() noexcept;
167};
168
169} // namespace engine::modules

Calls

no outgoing calls

Tested by

no test coverage detected