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

Function ggml_gelu_erf

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

Source from the content-addressed store, hash-verified

2691// ggml_gelu_erf
2692
2693struct ggml_tensor * ggml_gelu_erf(
2694 struct ggml_context * ctx,
2695 struct ggml_tensor * a) {
2696 return ggml_unary(ctx, a, GGML_UNARY_OP_GELU_ERF);
2697}
2698
2699struct ggml_tensor * ggml_gelu_erf_inplace(
2700 struct ggml_context * ctx,

Callers 4

build_ffnMethod · 0.85
buildMethod · 0.85
buildMethod · 0.85
ggml_vk_check_results_0Function · 0.85

Calls 1

ggml_unaryFunction · 0.85

Tested by

no test coverage detected