ReleaseState property

Pointer<NativeFunction<Void Function(Pointer<OrtNodeComputeInfo> this_ptr, Pointer<Void> compute_state)>> ReleaseState
getter/setter pair

\brief Releases the compute state returned by CreateState(). \paramin this_ptr The OrtNodeComputeInfo instance. \paraminout compute_state The opaque compute state returned by CreateState().

\since Version 1.23.

Implementation

external ffi.Pointer<
  ffi.NativeFunction<
    ffi.Void Function(
      ffi.Pointer<OrtNodeComputeInfo> this_ptr,
      ffi.Pointer<ffi.Void> compute_state,
    )
  >
>
ReleaseState;