OrtThreadingOptions class

A class obout thread's options.

Constructors

OrtThreadingOptions.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
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
release() → void
setGlobalDenormalAsZero() → void
setGlobalInterOpNumThreads(int numThreads) → void
Sets the number of global inter op threads.
setGlobalIntraOpNumThreads(int numThreads) → void
Sets the number of global intra op threads.
setGlobalIntraOpThreadAffinity(String affinity) → void
Sets the global intra op thread affinity.
setGlobalSpinControl(bool allowSpinning) → void
Sets the global spin control.
toString() String
A string representation of this object.
inherited

Operators

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