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

Function ggml_div

ggml.c:3482–3487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3480}
3481
3482struct ggml_tensor * ggml_div(
3483 struct ggml_context * ctx,
3484 struct ggml_tensor * a,
3485 struct ggml_tensor * b) {
3486 return ggml_div_impl(ctx, a, b, false);
3487}
3488
3489struct ggml_tensor * ggml_div_inplace(
3490 struct ggml_context * ctx,

Callers 2

ggml_compute_backwardFunction · 0.70
mainFunction · 0.50

Calls 1

ggml_div_implFunction · 0.70

Tested by 1

mainFunction · 0.40