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

Function ggml_geglu

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

Source from the content-addressed store, hash-verified

2923// ggml_geglu
2924
2925struct ggml_tensor * ggml_geglu(
2926 struct ggml_context * ctx,
2927 struct ggml_tensor * a) {
2928 return ggml_glu_impl(ctx, a, NULL, GGML_GLU_OP_GEGLU, false);
2929}
2930
2931struct ggml_tensor * ggml_geglu_swapped(
2932 struct ggml_context * ctx,

Callers 1

build_ffnMethod · 0.85

Calls 1

ggml_glu_implFunction · 0.85

Tested by

no test coverage detected