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

Function ggml_geglu_split

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

Source from the content-addressed store, hash-verified

2935}
2936
2937struct ggml_tensor * ggml_geglu_split(
2938 struct ggml_context * ctx,
2939 struct ggml_tensor * a,
2940 struct ggml_tensor * b) {
2941 return ggml_glu_impl(ctx, a, b, GGML_GLU_OP_GEGLU, false);
2942}
2943
2944// ggml_swiglu
2945

Callers 3

build_ffnMethod · 0.85
build_ffnMethod · 0.85
build_moe_ffnMethod · 0.85

Calls 1

ggml_glu_implFunction · 0.85

Tested by

no test coverage detected