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

Function ggml_sub_inplace

ggml.c:3399–3404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3397}
3398
3399struct ggml_tensor * ggml_sub_inplace(
3400 struct ggml_context * ctx,
3401 struct ggml_tensor * a,
3402 struct ggml_tensor * b) {
3403 return ggml_sub_impl(ctx, a, b, true);
3404}
3405
3406// ggml_mul
3407

Callers

nothing calls this directly

Calls 1

ggml_sub_implFunction · 0.70

Tested by

no test coverage detected