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

Function ggml_norm_inplace

ggml.c:3962–3967  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3960}
3961
3962struct ggml_tensor * ggml_norm_inplace(
3963 struct ggml_context * ctx,
3964 struct ggml_tensor * a,
3965 float eps) {
3966 return ggml_norm_impl(ctx, a, eps, true);
3967}
3968
3969// ggml_rms_norm
3970

Callers

nothing calls this directly

Calls 1

ggml_norm_implFunction · 0.70

Tested by

no test coverage detected