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

Function add_same

src/framework/modules/hubert_encoder.cpp:109–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109core::TensorValue add_same(
110 core::ModuleBuildContext & ctx,
111 const core::TensorValue & lhs,
112 const core::TensorValue & rhs) {
113 return AddModule().build(ctx, lhs, rhs);
114}
115
116core::TensorValue scale(
117 core::ModuleBuildContext & ctx,

Callers 1

build_hubert_graphFunction · 0.70

Calls 2

AddModuleClass · 0.85
buildMethod · 0.45

Tested by

no test coverage detected