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

Function ggml_add_inplace

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

Source from the content-addressed store, hash-verified

1976}
1977
1978struct ggml_tensor * ggml_add_inplace(
1979 struct ggml_context * ctx,
1980 struct ggml_tensor * a,
1981 struct ggml_tensor * b) {
1982 return ggml_add_impl(ctx, a, b, true);
1983}
1984
1985// ggml_add_cast
1986

Callers

nothing calls this directly

Calls 1

ggml_add_implFunction · 0.85

Tested by

no test coverage detected