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

Function ggml_swiglu_split

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

Source from the content-addressed store, hash-verified

2956}
2957
2958struct ggml_tensor * ggml_swiglu_split(
2959 struct ggml_context * ctx,
2960 struct ggml_tensor * a,
2961 struct ggml_tensor * b) {
2962 return ggml_glu_impl(ctx, a, b, GGML_GLU_OP_SWIGLU, false);
2963}
2964
2965// ggml_geglu_erf
2966

Callers 8

build_ffnMethod · 0.85
buildMethod · 0.85
buildMethod · 0.85
build_ffnMethod · 0.85
build_moe_ffnMethod · 0.85
build_mamba_layerMethod · 0.85
build_mamba2_layerMethod · 0.85

Calls 1

ggml_glu_implFunction · 0.85

Tested by

no test coverage detected