ggml_graph_reset method
Implementation
void ggml_graph_reset(
ffi.Pointer<ggml_cgraph> cgraph,
) {
return _ggml_graph_reset(
cgraph,
);
}
void ggml_graph_reset(
ffi.Pointer<ggml_cgraph> cgraph,
) {
return _ggml_graph_reset(
cgraph,
);
}