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

Function ggml_glu_split

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

Source from the content-addressed store, hash-verified

2892}
2893
2894struct ggml_tensor * ggml_glu_split(
2895 struct ggml_context * ctx,
2896 struct ggml_tensor * a,
2897 struct ggml_tensor * b,
2898 enum ggml_glu_op op) {
2899 return ggml_glu_impl(ctx, a, b, op, false);
2900}
2901
2902// ggml_reglu
2903

Callers 3

build_graphMethod · 0.85
build_gateMethod · 0.85
ggml_vk_check_results_0Function · 0.85

Calls 1

ggml_glu_implFunction · 0.85

Tested by 2

build_graphMethod · 0.68
build_gateMethod · 0.68