ReleaseExternalSemaphoreHandle property

Pointer<NativeFunction<Void Function(Pointer<OrtExternalSemaphoreHandle> input)>> ReleaseExternalSemaphoreHandle
getter/setter pair

\brief Release an OrtExternalSemaphoreHandle instance.

\paramin input The OrtExternalSemaphoreHandle instance to release. May be nullptr.

\since Version 1.24.

Implementation

external ffi.Pointer<
  ffi.NativeFunction<
    ffi.Void Function(ffi.Pointer<OrtExternalSemaphoreHandle> input)
  >
>
ReleaseExternalSemaphoreHandle;