TfLiteType class abstract

Types supported by tensor

Constructors

TfLiteType()

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
toString() String
A string representation of this object.
inherited

Operators

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

Constants

kTfLiteBool → const int
kTfLiteComplex64 → const int
kTfLiteComplex128 → const int
kTfLiteFloat16 → const int
kTfLiteFloat32 → const int
kTfLiteFloat64 → const int
kTfLiteInt4 → const int
kTfLiteInt8 → const int
kTfLiteInt16 → const int
kTfLiteInt32 → const int
kTfLiteInt64 → const int
kTfLiteNoType → const int
kTfLiteResource → const int
kTfLiteString → const int
kTfLiteUInt8 → const int
kTfLiteUInt16 → const int
kTfLiteUInt32 → const int
kTfLiteUInt64 → const int
kTfLiteVariant → const int