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

Function graph_add

src/framework/audio/zipenhancer.cpp:395–397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

393}
394
395core::TensorValue graph_add(core::ModuleBuildContext & ctx, const core::TensorValue & lhs, const core::TensorValue & rhs) {
396 return modules::AddModule().build(ctx, lhs, rhs);
397}
398
399core::TensorValue graph_sub(core::ModuleBuildContext & ctx, const core::TensorValue & lhs, const core::TensorValue & rhs) {
400 core::validate_shape(rhs, lhs.shape, "ZipEnhancer sub rhs");

Callers 6

graph_swoosh_lFunction · 0.70
graph_swoosh_rFunction · 0.70
graph_bypassFunction · 0.70
graph_attention_weightsFunction · 0.70
graph_zipformer_layerFunction · 0.70
graph_downsampleFunction · 0.70

Calls 2

AddModuleClass · 0.85
buildMethod · 0.45

Tested by

no test coverage detected