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

Function ggml_elu_inplace

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

Source from the content-addressed store, hash-verified

2624}
2625
2626struct ggml_tensor * ggml_elu_inplace(
2627 struct ggml_context * ctx,
2628 struct ggml_tensor * a) {
2629 return ggml_unary_inplace(ctx, a, GGML_UNARY_OP_ELU);
2630}
2631
2632// ggml_relu
2633

Callers

nothing calls this directly

Calls 1

ggml_unary_inplaceFunction · 0.85

Tested by

no test coverage detected