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

Class ResidualAddModule

include/engine/framework/modules/primitive_modules.h:40–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38};
39
40class TimeMask4dModule {
41public:
42 const core::ModuleSchema & schema() const noexcept;
43 core::TensorValue build(
44 core::ModuleBuildContext & ctx,
45 const core::TensorValue & input,
46 const core::TensorValue & mask) const;
47
48 static const core::ModuleSchema & static_schema() noexcept;
49};
50
51class ResidualAddModule {
52public:

Callers 3

build_decoder_resblockFunction · 0.85
build_residual_blockFunction · 0.85
FlowLMStepRuntimeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected