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

Class MulModule

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

Source from the content-addressed store, hash-verified

27};
28
29class MulModule {
30public:
31 const core::ModuleSchema & schema() const noexcept;
32 core::TensorValue build(
33 core::ModuleBuildContext & ctx,
34 const core::TensorValue & lhs,
35 const core::TensorValue & rhs) const;
36
37 static const core::ModuleSchema & static_schema() noexcept;
38};
39
40class TimeMask4dModule {
41public:

Callers 9

buildMethod · 0.85
group_norm_affineFunction · 0.85
masked_group_norm_affineFunction · 0.85
graph_mulFunction · 0.85
graph_mulFunction · 0.85
ensure_chunk_graphMethod · 0.85
swiglu_backendFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected