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

Function ggml_div_inplace

ggml.c:3489–3494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3487}
3488
3489struct ggml_tensor * ggml_div_inplace(
3490 struct ggml_context * ctx,
3491 struct ggml_tensor * a,
3492 struct ggml_tensor * b) {
3493 return ggml_div_impl(ctx, a, b, true);
3494}
3495
3496// ggml_sqr
3497

Callers

nothing calls this directly

Calls 1

ggml_div_implFunction · 0.70

Tested by

no test coverage detected