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

Function ggml_reglu_split

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

Source from the content-addressed store, hash-verified

2914}
2915
2916struct ggml_tensor * ggml_reglu_split(
2917 struct ggml_context * ctx,
2918 struct ggml_tensor * a,
2919 struct ggml_tensor * b) {
2920 return ggml_glu_impl(ctx, a, b, GGML_GLU_OP_REGLU, false);
2921}
2922
2923// ggml_geglu
2924

Callers 2

build_ffnMethod · 0.85
build_moe_ffnMethod · 0.85

Calls 1

ggml_glu_implFunction · 0.85

Tested by

no test coverage detected