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

Function ggml_dup

ggml.c:3134–3138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3132}
3133
3134struct ggml_tensor * ggml_dup(
3135 struct ggml_context * ctx,
3136 struct ggml_tensor * a) {
3137 return ggml_dup_impl(ctx, a, false);
3138}
3139
3140struct ggml_tensor * ggml_dup_inplace(
3141 struct ggml_context * ctx,

Callers

nothing calls this directly

Calls 1

ggml_dup_implFunction · 0.70

Tested by

no test coverage detected