Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/appdevforall/CodeOnTheGo
/ ggml_gelu_inplace
Function
ggml_gelu_inplace
subprojects/llama.cpp/ggml/src/ggml.c:2685–2689 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2683
}
2684
2685
struct ggml_tensor * ggml_gelu_inplace(
2686
struct ggml_context * ctx,
2687
struct ggml_tensor * a) {
2688
return ggml_unary_inplace(ctx, a, GGML_UNARY_OP_GELU);
2689
}
2690
2691
// ggml_gelu_erf
2692
Callers
2
build
Method · 0.85
build
Method · 0.85
Calls
1
ggml_unary_inplace
Function · 0.85
Tested by
no test coverage detected