MCPcopy Create free account
hub / github.com/appdevforall/CodeOnTheGo / ggml_sub_inplace

Function ggml_sub_inplace

subprojects/llama.cpp/ggml/src/ggml.c:2147–2152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2145}
2146
2147struct ggml_tensor * ggml_sub_inplace(
2148 struct ggml_context * ctx,
2149 struct ggml_tensor * a,
2150 struct ggml_tensor * b) {
2151 return ggml_sub_impl(ctx, a, b, true);
2152}
2153
2154// ggml_mul
2155

Callers

nothing calls this directly

Calls 1

ggml_sub_implFunction · 0.85

Tested by

no test coverage detected