OrtOpenVINOProviderOptions class final

\brief OpenVINO Provider Options \brief This Struct is frozen since ORT 1.13.0. Its maintained part of Legacy API for compatibility. \brief For latest OpenVINO Provider Options update to the ProviderOptions map. \brief Latest OpenVINO Provider Options are listed in the \htmlonly onnxruntime document. \endhtmlonly \see OrtApi::SessionOptionsAppendExecutionProvider()

Inheritance
Implemented types
Available extensions

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
cache_dir Pointer<Char>
path is set to empty by default
getter/setter pair
context Pointer<Void>
getter/setter pair
device_id Pointer<Char>
getter/setter pair
device_type Pointer<Char>
\brief Device type string
getter/setter pair
enable_dynamic_shapes int
< 0 = disabled, nonzero = enabled
getter/setter pair
enable_npu_fast_compile int
< 0 = disabled, nonzero = enabled
getter/setter pair
enable_opencl_throttling int
< 0 = disabled, nonzero = enabled
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
num_of_threads int
< 0 = Use default number of threads
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