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

Function same_shape

src/framework/modules/norm_modules.cpp:81–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 {"scale", core::PortKind::Parameter, false},
80 {"bias", core::PortKind::Parameter, true},
81};
82
83const core::ModuleSchema kBatchNorm1dEvalSchema = {
84 "BatchNorm1dEval",
85 "nn.normalization",
86 kBatchNorm1dEvalInputs,
87 3,
88 kNormOutputs,
89 1,
90 "Applies precomputed 1D batch-normalization eval scale and bias to channel-first tensors.",
91};
92
93core::TensorValue ensure_f32(
94 core::ModuleBuildContext & ctx,

Callers 2

buildMethod · 0.70
add_tensorMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected