WaitOnHost property

Pointer<NativeFunction<OrtStatusPtr Function(Pointer<OrtSyncNotificationImpl> this_ptr)>> WaitOnHost
getter/setter pair

\brief Wait for a device to host operation to complete.

\paramin this_ptr Pointer to the OrtSyncNotificationImpl instance.

\since Version 1.23.

Implementation

external ffi.Pointer<
  ffi.NativeFunction<
    OrtStatusPtr Function(ffi.Pointer<OrtSyncNotificationImpl> this_ptr)
  >
>
WaitOnHost;