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

Function graph_mul

src/framework/audio/zipenhancer.cpp:406–408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

404}
405
406core::TensorValue graph_mul(core::ModuleBuildContext & ctx, const core::TensorValue & lhs, const core::TensorValue & rhs) {
407 return modules::MulModule().build(ctx, lhs, rhs);
408}
409
410core::TensorValue graph_scale(core::ModuleBuildContext & ctx, const core::TensorValue & input, float scale) {
411 const auto contiguous = core::ensure_backend_addressable_layout(ctx, input);

Callers 3

graph_bypassFunction · 0.70
graph_nonlin_attentionFunction · 0.70
graph_conv_moduleFunction · 0.70

Calls 2

MulModuleClass · 0.85
buildMethod · 0.45

Tested by

no test coverage detected