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

Function ggml_reglu_swapped

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

Source from the content-addressed store, hash-verified

2908}
2909
2910struct ggml_tensor * ggml_reglu_swapped(
2911 struct ggml_context * ctx,
2912 struct ggml_tensor * a) {
2913 return ggml_glu_impl(ctx, a, NULL, GGML_GLU_OP_REGLU, true);
2914}
2915
2916struct ggml_tensor * ggml_reglu_split(
2917 struct ggml_context * ctx,

Callers

nothing calls this directly

Calls 1

ggml_glu_implFunction · 0.85

Tested by

no test coverage detected