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

Function ggml_swiglu

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

Source from the content-addressed store, hash-verified

2944// ggml_swiglu
2945
2946struct ggml_tensor * ggml_swiglu(
2947 struct ggml_context * ctx,
2948 struct ggml_tensor * a) {
2949 return ggml_glu_impl(ctx, a, NULL, GGML_GLU_OP_SWIGLU, false);
2950}
2951
2952struct ggml_tensor * ggml_swiglu_swapped(
2953 struct ggml_context * ctx,

Callers 1

build_ffnMethod · 0.85

Calls 1

ggml_glu_implFunction · 0.85

Tested by

no test coverage detected