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

Function ggml_norm

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

Source from the content-addressed store, hash-verified

3035}
3036
3037struct ggml_tensor * ggml_norm(
3038 struct ggml_context * ctx,
3039 struct ggml_tensor * a,
3040 float eps) {
3041 return ggml_norm_impl(ctx, a, eps, false);
3042}
3043
3044struct ggml_tensor * ggml_norm_inplace(
3045 struct ggml_context * ctx,

Callers 12

build_normMethod · 0.85
buildMethod · 0.85
buildMethod · 0.85
buildMethod · 0.85
buildMethod · 0.85
build_normMethod · 0.85
build_rwkv6_time_mixMethod · 0.85
build_rwkv7_time_mixMethod · 0.85
build_graphMethod · 0.85
build_graphMethod · 0.85
llm_build_normMethod · 0.85
ggml_vk_check_results_0Function · 0.85

Calls 1

ggml_norm_implFunction · 0.85

Tested by 3

build_graphMethod · 0.68
build_graphMethod · 0.68
llm_build_normMethod · 0.68