IsStreamAware property

Pointer<NativeFunction<Bool Function(Pointer<OrtEpFactory> this_ptr)>> IsStreamAware
getter/setter pair

\brief Check if execution providers created by the factory are stream aware.

\paramin this_ptr The OrtEpFactory instance. \return True if the factory creates execution providers that are stream aware and it implements CreateSyncStreamForDevice.

\since Version 1.23.

Implementation

external ffi.Pointer<
  ffi.NativeFunction<ffi.Bool Function(ffi.Pointer<OrtEpFactory> this_ptr)>
>
IsStreamAware;