GetHandle property
Pointer<NativeFunction<Pointer<Void> Function(Pointer<OrtSyncStreamImpl> this_ptr)> >
GetHandle
getter/setter pair
\brief Get the handle of the stream.
This returns the native handle for the stream. e.g. cudaStream_t for CUDA streams.
\paramin this_ptr Pointer to the OrtSyncStreamImpl instance.
\return The handle of the stream.
\since Version 1.23.
Implementation
external ffi.Pointer<
ffi.NativeFunction<
ffi.Pointer<ffi.Void> Function(ffi.Pointer<OrtSyncStreamImpl> this_ptr)
>
>
GetHandle;