ggml_graph_reset method

void ggml_graph_reset(
  1. Pointer<ggml_cgraph> cgraph
)

Implementation

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