ggml_graph_clear function

  1. @Native<Void Function(Pointer<ggml_cgraph>)>(ffi.Pointer<ggml_cgraph>)>()
void ggml_graph_clear(
  1. Pointer<ggml_cgraph> cgraph
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<ggml_cgraph>)>()
external void ggml_graph_clear(
  ffi.Pointer<ggml_cgraph> cgraph,
);