CanImportSemaphore property

Pointer<NativeFunction<Bool Function(Pointer<OrtExternalResourceImporterImpl> this_ptr, UnsignedInt type)>> CanImportSemaphore
getter/setter pair

\brief Check if the implementation can import external semaphores of the given type.

\paramin this_ptr Pointer to the OrtExternalResourceImporterImpl instance. \paramin type The type of external semaphore to check. \return True if the semaphore type is supported.

\since Version 1.24.

Implementation

external ffi.Pointer<
  ffi.NativeFunction<
    ffi.Bool Function(
      ffi.Pointer<OrtExternalResourceImporterImpl> this_ptr,
      ffi.UnsignedInt type,
    )
  >
>
CanImportSemaphore;