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

Function ggml_geglu_swapped

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

Source from the content-addressed store, hash-verified

2929}
2930
2931struct ggml_tensor * ggml_geglu_swapped(
2932 struct ggml_context * ctx,
2933 struct ggml_tensor * a) {
2934 return ggml_glu_impl(ctx, a, NULL, GGML_GLU_OP_GEGLU, true);
2935}
2936
2937struct ggml_tensor * ggml_geglu_split(
2938 struct ggml_context * ctx,

Callers

nothing calls this directly

Calls 1

ggml_glu_implFunction · 0.85

Tested by

no test coverage detected