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

Function ggml_swiglu_swapped

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

Source from the content-addressed store, hash-verified

2950}
2951
2952struct ggml_tensor * ggml_swiglu_swapped(
2953 struct ggml_context * ctx,
2954 struct ggml_tensor * a) {
2955 return ggml_glu_impl(ctx, a, NULL, GGML_GLU_OP_SWIGLU, true);
2956}
2957
2958struct ggml_tensor * ggml_swiglu_split(
2959 struct ggml_context * ctx,

Callers 1

buildMethod · 0.85

Calls 1

ggml_glu_implFunction · 0.85

Tested by

no test coverage detected