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

Function ggml_geglu_erf_split

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

Source from the content-addressed store, hash-verified

2977}
2978
2979struct ggml_tensor * ggml_geglu_erf_split(
2980 struct ggml_context * ctx,
2981 struct ggml_tensor * a,
2982 struct ggml_tensor * b) {
2983 return ggml_glu_impl(ctx, a, b, GGML_GLU_OP_GEGLU_ERF, false);
2984}
2985
2986// ggml_geglu_quick
2987

Callers 1

build_ffnMethod · 0.85

Calls 1

ggml_glu_implFunction · 0.85

Tested by

no test coverage detected