ggml_graph_cpy method
LlamaLibrarySharedBindingsByGeneralDeveloper Binding By General Corporation & Global Corporation & General Developer
Implementation
void ggml_graph_cpy(
ffi.Pointer<ggml_cgraph> src,
ffi.Pointer<ggml_cgraph> dst,
) {
return _ggml_graph_cpy(
src,
dst,
);
}