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

Function ggml_acc_inplace

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

Source from the content-addressed store, hash-verified

2109}
2110
2111struct ggml_tensor * ggml_acc_inplace(
2112 struct ggml_context * ctx,
2113 struct ggml_tensor * a,
2114 struct ggml_tensor * b,
2115 size_t nb1,
2116 size_t nb2,
2117 size_t nb3,
2118 size_t offset) {
2119 return ggml_acc_impl(ctx, a, b, nb1, nb2, nb3, offset, true);
2120}
2121
2122// ggml_sub
2123

Callers

nothing calls this directly

Calls 1

ggml_acc_implFunction · 0.85

Tested by

no test coverage detected