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

Function ggml_leaky

ggml.c:3859–3863  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3857// ggml_leaky
3858
3859struct ggml_tensor * ggml_leaky(
3860 struct ggml_context * ctx,
3861 struct ggml_tensor * a) {
3862 return ggml_unary(ctx, a, GGML_UNARY_OP_LEAKY);
3863}
3864
3865// ggml_gelu
3866

Callers

nothing calls this directly

Calls 1

ggml_unaryFunction · 0.70

Tested by

no test coverage detected