MCPcopy Create free account
hub / github.com/appdevforall/CodeOnTheGo / ggml_norm_inplace

Function ggml_norm_inplace

subprojects/llama.cpp/ggml/src/ggml.c:3044–3049  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3042}
3043
3044struct ggml_tensor * ggml_norm_inplace(
3045 struct ggml_context * ctx,
3046 struct ggml_tensor * a,
3047 float eps) {
3048 return ggml_norm_impl(ctx, a, eps, true);
3049}
3050
3051// ggml_rms_norm
3052

Callers

nothing calls this directly

Calls 1

ggml_norm_implFunction · 0.85

Tested by

no test coverage detected