ggml_graph_export method
LlamaLibrarySharedBindingsByGeneralDeveloper Binding By General Corporation & Global Corporation & General Developer
Implementation
void ggml_graph_export(
ffi.Pointer<ggml_cgraph> cgraph,
ffi.Pointer<ffi.Char> fname,
) {
return _ggml_graph_export(
cgraph,
fname,
);
}