Release property

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

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

\paramin this_ptr The OrtLoopKernelHelper instance.

\since Version 1.24.

Implementation

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