RuntimeStatus enum

Inheritance
Available extensions

Values

STATUS_SUPPORT_FP16 → const RuntimeStatus

get status whether this runtime support 16-bits float point arithmetic

const RuntimeStatus(0)
STATUS_SUPPORT_DOT_PRODUCT → const RuntimeStatus

get status whether this runtime support dot-product arithmetic

const RuntimeStatus(1)
STATUS_SUPPORT_POWER_LOW → const RuntimeStatus

get status whether this runtime support power-low (means low priority for opencl)

const RuntimeStatus(2)
STATUS_COUNT → const RuntimeStatus

emum total number

const RuntimeStatus(3)

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<RuntimeStatus>
A constant List of the values in this enum, in order of their declaration.