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

Function ggml_norm

ggml.c:3955–3960  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3953}
3954
3955struct ggml_tensor * ggml_norm(
3956 struct ggml_context * ctx,
3957 struct ggml_tensor * a,
3958 float eps) {
3959 return ggml_norm_impl(ctx, a, eps, false);
3960}
3961
3962struct ggml_tensor * ggml_norm_inplace(
3963 struct ggml_context * ctx,

Callers 2

llm_build_normFunction · 0.70
clip_image_build_graphFunction · 0.50

Calls 1

ggml_norm_implFunction · 0.70

Tested by

no test coverage detected