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

Function ggml_add1_inplace

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

Source from the content-addressed store, hash-verified

2063}
2064
2065struct ggml_tensor * ggml_add1_inplace(
2066 struct ggml_context * ctx,
2067 struct ggml_tensor * a,
2068 struct ggml_tensor * b) {
2069 return ggml_add1_impl(ctx, a, b, true);
2070}
2071
2072// ggml_acc
2073

Callers

nothing calls this directly

Calls 1

ggml_add1_implFunction · 0.85

Tested by

no test coverage detected