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

Function ggml_geglu_erf

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

Source from the content-addressed store, hash-verified

2965// ggml_geglu_erf
2966
2967struct ggml_tensor * ggml_geglu_erf(
2968 struct ggml_context * ctx,
2969 struct ggml_tensor * a) {
2970 return ggml_glu_impl(ctx, a, NULL, GGML_GLU_OP_GEGLU_ERF, false);
2971}
2972
2973struct ggml_tensor * ggml_geglu_erf_swapped(
2974 struct ggml_context * ctx,

Callers

nothing calls this directly

Calls 1

ggml_glu_implFunction · 0.85

Tested by

no test coverage detected