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

Function ggml_geglu_quick_split

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

Source from the content-addressed store, hash-verified

2998}
2999
3000struct ggml_tensor * ggml_geglu_quick_split(
3001 struct ggml_context * ctx,
3002 struct ggml_tensor * a,
3003 struct ggml_tensor * b) {
3004 return ggml_glu_impl(ctx, a, b, GGML_GLU_OP_GEGLU_QUICK, false);
3005}
3006
3007struct ggml_tensor * ggml_swiglu_oai(
3008 struct ggml_context * ctx,

Callers 1

build_ffnMethod · 0.85

Calls 1

ggml_glu_implFunction · 0.85

Tested by

no test coverage detected