ggml_graph_dup method
Implementation
ffi.Pointer<ggml_cgraph> ggml_graph_dup(
ffi.Pointer<ggml_context> ctx,
ffi.Pointer<ggml_cgraph> cgraph,
) {
return _ggml_graph_dup(
ctx,
cgraph,
);
}
ffi.Pointer<ggml_cgraph> ggml_graph_dup(
ffi.Pointer<ggml_context> ctx,
ffi.Pointer<ggml_cgraph> cgraph,
) {
return _ggml_graph_dup(
ctx,
cgraph,
);
}