Flush property

Pointer<NativeFunction<OrtStatusPtr Function(Pointer<OrtSyncStreamImpl> this_ptr)>> Flush
getter/setter pair

\brief Flush the stream.

This is called by ORT to flush the stream, ensuring that all operations submitted to the stream are completed.

\paramin this_ptr Pointer to the OrtSyncStreamImpl instance.

\since Version 1.23.

Implementation

external ffi.Pointer<
  ffi.NativeFunction<
    OrtStatusPtr Function(ffi.Pointer<OrtSyncStreamImpl> this_ptr)
  >
>
Flush;