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

Function ggml_rms_norm

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

Source from the content-addressed store, hash-verified

3066}
3067
3068struct ggml_tensor * ggml_rms_norm(
3069 struct ggml_context * ctx,
3070 struct ggml_tensor * a,
3071 float eps) {
3072 return ggml_rms_norm_impl(ctx, a, eps, false);
3073}
3074
3075struct ggml_tensor * ggml_rms_norm_inplace(
3076 struct ggml_context * ctx,

Callers 15

build_normMethod · 0.85
buildMethod · 0.85
buildMethod · 0.85
buildMethod · 0.85
rms_norm_2dMethod · 0.85
buildMethod · 0.85
build_normMethod · 0.85
llm_build_llamaMethod · 0.85
llm_build_llama_iswaMethod · 0.85
build_graphMethod · 0.85
build_graphMethod · 0.85

Calls 1

ggml_rms_norm_implFunction · 0.85

Tested by 5

build_graphMethod · 0.68
build_graphMethod · 0.68
build_graphMethod · 0.68
build_graphMethod · 0.68
llm_build_normMethod · 0.68