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

Function ggml_elu

ggml.c:3831–3835  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3829// ggml_elu
3830
3831struct ggml_tensor * ggml_elu(
3832 struct ggml_context * ctx,
3833 struct ggml_tensor * a) {
3834 return ggml_unary(ctx, a, GGML_UNARY_OP_ELU);
3835}
3836
3837struct ggml_tensor * ggml_elu_inplace(
3838 struct ggml_context * ctx,

Callers 1

mainFunction · 0.50

Calls 1

ggml_unaryFunction · 0.70

Tested by 1

mainFunction · 0.40