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

Function add_same

src/framework/modules/wavlm_encoder.cpp:129–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129core::TensorValue add_same(
130 core::ModuleBuildContext & ctx,
131 const core::TensorValue & lhs,
132 const core::TensorValue & rhs) {
133 return AddModule().build(ctx, lhs, rhs);
134}
135
136core::TensorValue add_scalar(
137 core::ModuleBuildContext & ctx,

Callers 2

build_wavlm_graph_layersFunction · 0.70

Calls 2

AddModuleClass · 0.85
buildMethod · 0.45

Tested by

no test coverage detected