MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / ggml_gelu_quick

Function ggml_gelu_quick

ggml.c:3881–3885  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3879// ggml_gelu_quick
3880
3881struct ggml_tensor * ggml_gelu_quick(
3882 struct ggml_context * ctx,
3883 struct ggml_tensor * a) {
3884 return ggml_unary(ctx, a, GGML_UNARY_OP_GELU_QUICK);
3885}
3886
3887struct ggml_tensor * ggml_gelu_quick_inplace(
3888 struct ggml_context * ctx,

Callers

nothing calls this directly

Calls 1

ggml_unaryFunction · 0.70

Tested by

no test coverage detected