MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / ggml_add_inplace

Function ggml_add_inplace

ggml.c:3183–3188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3181}
3182
3183struct ggml_tensor * ggml_add_inplace(
3184 struct ggml_context * ctx,
3185 struct ggml_tensor * a,
3186 struct ggml_tensor * b) {
3187 return ggml_add_impl(ctx, a, b, true);
3188}
3189
3190// ggml_add_cast
3191

Callers 2

build_graph_loraFunction · 0.50

Calls 1

ggml_add_implFunction · 0.70

Tested by

no test coverage detected