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

Function ggml_sub

ggml.c:3392–3397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3390}
3391
3392struct ggml_tensor * ggml_sub(
3393 struct ggml_context * ctx,
3394 struct ggml_tensor * a,
3395 struct ggml_tensor * b) {
3396 return ggml_sub_impl(ctx, a, b, false);
3397}
3398
3399struct ggml_tensor * ggml_sub_inplace(
3400 struct ggml_context * ctx,

Callers 3

mainFunction · 0.50
mainFunction · 0.50
square_error_lossFunction · 0.50

Calls 1

ggml_sub_implFunction · 0.70

Tested by 2

mainFunction · 0.40
mainFunction · 0.40