Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/appdevforall/CodeOnTheGo
/ ggml_rms_norm_inplace
Function
ggml_rms_norm_inplace
subprojects/llama.cpp/ggml/src/ggml.c:3075–3080 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3073
}
3074
3075
struct ggml_tensor * ggml_rms_norm_inplace(
3076
struct ggml_context * ctx,
3077
struct ggml_tensor * a,
3078
float eps) {
3079
return ggml_rms_norm_impl(ctx, a, eps, true);
3080
}
3081
3082
// ggml_rms_norm_back
3083
Callers
1
build_graph
Method · 0.85
Calls
1
ggml_rms_norm_impl
Function · 0.85
Tested by
1
build_graph
Method · 0.68