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

Function ggml_cpy

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

Source from the content-addressed store, hash-verified

3426}
3427
3428struct ggml_tensor * ggml_cpy(
3429 struct ggml_context * ctx,
3430 struct ggml_tensor * a,
3431 struct ggml_tensor * b) {
3432 return ggml_cpy_impl(ctx, a, b);
3433}
3434
3435struct ggml_tensor * ggml_cast(
3436 struct ggml_context * ctx,

Callers 13

build_rsMethod · 0.85
build_rope_shiftMethod · 0.85
build_rwkv6_time_mixMethod · 0.85
build_rwkv7_time_mixMethod · 0.85
build_shortconv_blockMethod · 0.85
build_mamba_layerMethod · 0.85
build_mamba2_layerMethod · 0.85
build_graphMethod · 0.85
llm_build_kv_storeMethod · 0.85

Calls 1

ggml_cpy_implFunction · 0.85

Tested by 2

build_graphMethod · 0.68
llm_build_kv_storeMethod · 0.68