ReleaseNode property

Pointer<NativeFunction<Void Function(Pointer<OrtNode> input)>> ReleaseNode
getter/setter pair

\brief Release an OrtNode if it was not added to an OrtGraph. \since Version 1.22.

Implementation

external ffi.Pointer<
  ffi.NativeFunction<ffi.Void Function(ffi.Pointer<OrtNode> input)>
>
ReleaseNode;