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

Method build

src/framework/modules/norm_modules.cpp:179–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177}
178
179core::TensorValue LayerNormModule::build(
180 core::ModuleBuildContext & ctx,
181 const core::TensorValue & input,
182 const NormWeights & weights) const {
183 return build_norm(ctx, input, config_, weights, ggml_norm);
184}
185
186const core::ModuleSchema & LayerNormModule::static_schema() noexcept {
187 return kLayerNormSchema;

Callers 15

transpose_bct_btcFunction · 0.45
add_sameFunction · 0.45
group_norm_affineFunction · 0.45
masked_group_norm_affineFunction · 0.45
grouped_pos_convFunction · 0.45
build_feed_forwardFunction · 0.45
build_wavlm_graph_layersFunction · 0.45
transpose_bct_btcFunction · 0.45
add_sameFunction · 0.45
grouped_pos_convFunction · 0.45
build_self_attentionFunction · 0.45

Calls 13

build_normFunction · 0.85
validate_rank_betweenFunction · 0.85
wrap_tensorFunction · 0.85
ggml_normFunction · 0.85
validate_shapeFunction · 0.85
reshape_tensorFunction · 0.85
ggml_mulFunction · 0.85
ggml_addFunction · 0.85
repeat_channelsFunction · 0.85
same_shapeFunction · 0.70

Tested by

no test coverage detected