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

Function ggml_cpy_inplace

ggml.c:4386–4391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4384}
4385
4386struct ggml_tensor * ggml_cpy_inplace(
4387 struct ggml_context * ctx,
4388 struct ggml_tensor * a,
4389 struct ggml_tensor * b) {
4390 return ggml_cpy_impl(ctx, a, b, true);
4391}
4392
4393// ggml_cont
4394

Callers

nothing calls this directly

Calls 1

ggml_cpy_implFunction · 0.70

Tested by

no test coverage detected