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

Function ggml_dup

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

Source from the content-addressed store, hash-verified

1939}
1940
1941struct ggml_tensor * ggml_dup(
1942 struct ggml_context * ctx,
1943 struct ggml_tensor * a) {
1944 return ggml_dup_impl(ctx, a, false);
1945}
1946
1947struct ggml_tensor * ggml_dup_inplace(
1948 struct ggml_context * ctx,

Callers 2

build_graphMethod · 0.85
ggml_vk_check_results_0Function · 0.85

Calls 1

ggml_dup_implFunction · 0.85

Tested by 1

build_graphMethod · 0.68