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

Class AddModule

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

Source from the content-addressed store, hash-verified

16};
17
18class AddModule {
19public:
20 const core::ModuleSchema & schema() const noexcept;
21 core::TensorValue build(
22 core::ModuleBuildContext & ctx,
23 const core::TensorValue & lhs,
24 const core::TensorValue & rhs) const;
25
26 static const core::ModuleSchema & static_schema() noexcept;
27};
28
29class MulModule {
30public:

Callers 15

encoder_layerFunction · 0.85
buildMethod · 0.85
add_sameFunction · 0.85
add_sameFunction · 0.85
resblockFunction · 0.85
FlashSrGraphMethod · 0.85
graph_addFunction · 0.85
graph_addFunction · 0.85
build_residual_unitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected