ReleaseGraph property

Pointer<NativeFunction<Void Function(Pointer<OrtGraph> input)>> ReleaseGraph
getter/setter pair

\brief Release an OrtGraph. \snippet{doc} snippets.dox OrtStatus Return Value \since Version 1.22.

Implementation

external ffi.Pointer<
  ffi.NativeFunction<ffi.Void Function(ffi.Pointer<OrtGraph> input)>
>
ReleaseGraph;