Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1941
struct ggml_tensor * ggml_dup(
1942
struct ggml_context * ctx,
1943
struct ggml_tensor * a) {
1944
return ggml_dup_impl(ctx, a, false);
1945
}
1946
1947
struct ggml_tensor * ggml_dup_inplace(
1948
struct ggml_context * ctx,
Callers
2
build_graph
Method · 0.85
ggml_vk_check_results_0
Function · 0.85
Calls
1
ggml_dup_impl
Function · 0.85
Tested by
1
build_graph
Method · 0.68