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

Function ensure_f32

src/framework/modules/norm_modules.cpp:72–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 kBiasNormInputs,
71 2,
72 kNormOutputs,
73 1,
74 "Applies Zipformer BiasNorm using bias-centered variance and the original input numerator.",
75};
76
77const core::ModulePortSpec kAdaptiveInstanceNorm1dInputs[] = {
78 {"input", core::PortKind::Activation, false},
79 {"gamma", core::PortKind::Parameter, false},
80 {"beta", core::PortKind::Parameter, false},
81};
82

Callers 3

apply_affineFunction · 0.70
repeat_channelsFunction · 0.70
buildMethod · 0.70

Calls 2

wrap_tensorFunction · 0.85
ggml_castFunction · 0.85

Tested by

no test coverage detected