MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / ggml_rms_norm

Function ggml_rms_norm

ggml.c:3993–3998  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3991}
3992
3993struct ggml_tensor * ggml_rms_norm(
3994 struct ggml_context * ctx,
3995 struct ggml_tensor * a,
3996 float eps) {
3997 return ggml_rms_norm_impl(ctx, a, eps, false);
3998}
3999
4000struct ggml_tensor * ggml_rms_norm_inplace(
4001 struct ggml_context * ctx,

Callers 7

llm_build_normFunction · 0.70
mainFunction · 0.50
forwardFunction · 0.50
forward_batchFunction · 0.50
forward_loraFunction · 0.50
llama_build_train_graphsFunction · 0.50

Calls 1

ggml_rms_norm_implFunction · 0.70

Tested by 1

mainFunction · 0.40