Release property

Pointer<NativeFunction<Void Function(Pointer<OrtKernelImpl> this_ptr)>> Release
getter/setter pair

\brief Called by ORT to release the OrtKernelImpl instance and its resources.

\note Implementation of this function is required.

\paramin this_ptr The OrtKernelImpl instance.

\since Version 1.24.

Implementation

external ffi.Pointer<
  ffi.NativeFunction<ffi.Void Function(ffi.Pointer<OrtKernelImpl> this_ptr)>
>
Release;