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

Function ggml_add1_inplace

ggml.c:3303–3308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3301}
3302
3303struct ggml_tensor * ggml_add1_inplace(
3304 struct ggml_context * ctx,
3305 struct ggml_tensor * a,
3306 struct ggml_tensor * b) {
3307 return ggml_add1_impl(ctx, a, b, true);
3308}
3309
3310// ggml_acc
3311

Callers

nothing calls this directly

Calls 1

ggml_add1_implFunction · 0.70

Tested by

no test coverage detected