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

Function ggml_gelu

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

Source from the content-addressed store, hash-verified

2677// ggml_gelu
2678
2679struct ggml_tensor * ggml_gelu(
2680 struct ggml_context * ctx,
2681 struct ggml_tensor * a) {
2682 return ggml_unary(ctx, a, GGML_UNARY_OP_GELU);
2683}
2684
2685struct ggml_tensor * ggml_gelu_inplace(
2686 struct ggml_context * ctx,

Callers 11

build_ffnMethod · 0.85
buildMethod · 0.85
build_edge_residualMethod · 0.85
buildMethod · 0.85
buildMethod · 0.85
build_ffnMethod · 0.85
build_moe_ffnMethod · 0.85
build_graphMethod · 0.85
ggml_vk_check_results_0Function · 0.85

Calls 1

ggml_unaryFunction · 0.85

Tested by 1

build_graphMethod · 0.68