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

Function ggml_abs

ggml.c:3761–3765  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3759// ggml_abs
3760
3761struct ggml_tensor * ggml_abs(
3762 struct ggml_context * ctx,
3763 struct ggml_tensor * a) {
3764 return ggml_unary(ctx, a, GGML_UNARY_OP_ABS);
3765}
3766
3767struct ggml_tensor * ggml_abs_inplace(
3768 struct ggml_context * ctx,

Callers

nothing calls this directly

Calls 1

ggml_unaryFunction · 0.70

Tested by

no test coverage detected