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