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

Function ggml_glu

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

Source from the content-addressed store, hash-verified

2884}
2885
2886struct ggml_tensor * ggml_glu(
2887 struct ggml_context * ctx,
2888 struct ggml_tensor * a,
2889 enum ggml_glu_op op,
2890 bool swapped) {
2891 return ggml_glu_impl(ctx, a, NULL, op, swapped);
2892}
2893
2894struct ggml_tensor * ggml_glu_split(
2895 struct ggml_context * ctx,

Callers 2

build_graphMethod · 0.85
ggml_vk_check_results_0Function · 0.85

Calls 1

ggml_glu_implFunction · 0.85

Tested by 1

build_graphMethod · 0.68