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

Function ggml_unary

ggml.c:5896–5901  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5894}
5895
5896struct ggml_tensor * ggml_unary(
5897 struct ggml_context * ctx,
5898 struct ggml_tensor * a,
5899 enum ggml_unary_op op) {
5900 return ggml_unary_impl(ctx, a, op, false);
5901}
5902
5903struct ggml_tensor * ggml_unary_inplace(
5904 struct ggml_context * ctx,

Callers 11

ggml_absFunction · 0.70
ggml_sgnFunction · 0.70
ggml_negFunction · 0.70
ggml_stepFunction · 0.70
ggml_tanhFunction · 0.70
ggml_eluFunction · 0.70
ggml_reluFunction · 0.70
ggml_leakyFunction · 0.70
ggml_geluFunction · 0.70
ggml_gelu_quickFunction · 0.70
ggml_siluFunction · 0.70

Calls 1

ggml_unary_implFunction · 0.70

Tested by

no test coverage detected