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

Function ggml_sub

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

Source from the content-addressed store, hash-verified

2138}
2139
2140struct ggml_tensor * ggml_sub(
2141 struct ggml_context * ctx,
2142 struct ggml_tensor * a,
2143 struct ggml_tensor * b) {
2144 return ggml_sub_impl(ctx, a, b, false);
2145}
2146
2147struct ggml_tensor * ggml_sub_inplace(
2148 struct ggml_context * ctx,

Callers 12

build_rwkv6_time_mixMethod · 0.85
build_rwkv7_time_mixMethod · 0.85
gaussian_topkMethod · 0.85
altup_correctMethod · 0.85
ggml_opt_buildFunction · 0.85
ggml_vk_check_results_0Function · 0.85

Calls 1

ggml_sub_implFunction · 0.85

Tested by

no test coverage detected