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

Function ggml_cpy

ggml.c:4379–4384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4377}
4378
4379struct ggml_tensor * ggml_cpy(
4380 struct ggml_context * ctx,
4381 struct ggml_tensor * a,
4382 struct ggml_tensor * b) {
4383 return ggml_cpy_impl(ctx, a, b, false);
4384}
4385
4386struct ggml_tensor * ggml_cpy_inplace(
4387 struct ggml_context * ctx,

Callers 6

llm_build_kv_storeFunction · 0.70
llama_set_state_dataFunction · 0.70
mainFunction · 0.50
clip_image_build_graphFunction · 0.50

Calls 1

ggml_cpy_implFunction · 0.70

Tested by 1

mainFunction · 0.40