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

Function ggml_reglu

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

Source from the content-addressed store, hash-verified

2902// ggml_reglu
2903
2904struct ggml_tensor * ggml_reglu(
2905 struct ggml_context * ctx,
2906 struct ggml_tensor * a) {
2907 return ggml_glu_impl(ctx, a, NULL, GGML_GLU_OP_REGLU, false);
2908}
2909
2910struct ggml_tensor * ggml_reglu_swapped(
2911 struct ggml_context * ctx,

Callers 1

build_ffnMethod · 0.85

Calls 1

ggml_glu_implFunction · 0.85

Tested by

no test coverage detected