OrtLoopKernelHelper class final

\brief Contains helper functions for a Loop OrtKernelImpl created via OrtEpApi::CreateLoopKernel. \since Version 1.24.

Inheritance
Implemented types
Available extensions

Constructors

OrtLoopKernelHelper()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
ConcatOutput Pointer<NativeFunction<OrtStatusPtr Function(Pointer<OrtLoopKernelHelper> this_ptr, Pointer<Void> stream_handle, Pointer<Pointer<OrtValue>> per_iteration_outputs, Size num_per_iteration_outputs, Pointer<Void> output, Size output_size_in_bytes)>>
\brief Helper function that concatenates OrtValue instances from each loop iteration into a single pre-allocated output buffer.
getter/setter pair
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<OrtLoopKernelHelper> this_ptr)>>
\brief Called by ORT to release the OrtLoopKernelHelper instance and its resources.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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