OrtSyncNotificationImpl class final

\brief Struct that an EP implements for Stream Notifications.

\since Version 1.23.

Inheritance
Implemented types
Available extensions

Constructors

OrtSyncNotificationImpl()

Properties

Activate Pointer<NativeFunction<OrtStatusPtr Function(Pointer<OrtSyncNotificationImpl> this_ptr)>>
\brief Called by ORT to activate the notification.
getter/setter pair
address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
hashCode int
The hash code for this object.
no setterinherited
ort_version_supported int
< Must be initialized to ORT_API_VERSION
getter/setter pair
Release Pointer<NativeFunction<Void Function(Pointer<OrtSyncNotificationImpl> this_ptr)>>
\brief Release the OrtSyncNotificationImpl instance.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
WaitOnDevice Pointer<NativeFunction<OrtStatusPtr Function(Pointer<OrtSyncNotificationImpl> this_ptr, Pointer<OrtSyncStream> consumer_stream)>>
\brief Wait for a device to device operation to complete.
getter/setter pair
WaitOnHost Pointer<NativeFunction<OrtStatusPtr Function(Pointer<OrtSyncNotificationImpl> this_ptr)>>
\brief Wait for a device to host operation to complete.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited