OrtNodeFusionOptions class final
\brief The OrtNodeFusionOptions struct specifies options for fusing nodes supported by an execution provider.
Refer to OrtEpApi::EpGraphSupportInfo_AddNodesToFuse.
\since Version 1.23.
- Inheritance
- Implemented types
- Available extensions
Constructors
Properties
-
address
→ Pointer<
T> -
Available on T, provided by the StructAddress extension
The memory address of the underlying data.no setter - drop_constant_initializers ↔ bool
-
\brief If set to true, specify that the execution provider does not require ONNX Runtime to provide constant
initializers as inputs to the fused node during model inference. This is used when the execution
provider saves a copy of constant initializers, and allows ONNX Runtime to release constant initializers that
are not used by any execution provider.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- ort_version_supported ↔ int
-
\brief The ONNX Runtime version the OrtNodeFusionOptions was compiled with.
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