OrtScanKernelHelper class final

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

Inheritance
Implemented types
Available extensions

Constructors

OrtScanKernelHelper()

Properties

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<OrtScanKernelHelper> this_ptr)>>
\brief Called by ORT to release the OrtScanKernelHelper instance and its resources.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
Transpose Pointer<NativeFunction<OrtStatusPtr Function(Pointer<OrtScanKernelHelper> this_ptr, Pointer<Size> permutation, Size num_permutation_elems, Pointer<OrtValue> input, Pointer<OrtSyncStream> stream, Pointer<OrtValue> output)>>
\brief Helper function that transposes an OrtValue instance during execution of a Scan kernel.
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