OrtApiVersion enum
An enumerated value of api's version.
Values
- api1 → const OrtApiVersion
-
The initial release of the ORT API.
const OrtApiVersion(1)
- api2 → const OrtApiVersion
-
Post 1.0 builds of the ORT API.
const OrtApiVersion(2)
- api3 → const OrtApiVersion
-
Post 1.3 builds of the ORT API.
const OrtApiVersion(3)
- api7 → const OrtApiVersion
-
Post 1.6 builds of the ORT API.
const OrtApiVersion(7)
- api8 → const OrtApiVersion
-
Post 1.7 builds of the ORT API.
const OrtApiVersion(8)
- api11 → const OrtApiVersion
-
Post 1.10 builds of the ORT API.
const OrtApiVersion(11)
- api13 → const OrtApiVersion
-
Post 1.12 builds of the ORT API.
const OrtApiVersion(13)
- api14 → const OrtApiVersion
-
Post 1.13 builds of the ORT API.
const OrtApiVersion(14)
- trainingApi1 → const OrtApiVersion
-
The initial release of the ORT training API.
const OrtApiVersion(1)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → int
-
final
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
Constants
-
values
→ const List<
OrtApiVersion> - A constant List of the values in this enum, in order of their declaration.