ONNXTensorElementDataType enum

Inheritance
Available extensions

Values

undefined → const ONNXTensorElementDataType
const ONNXTensorElementDataType(bg.ONNXTensorElementDataType.ONNX_TENSOR_ELEMENT_DATA_TYPE_UNDEFINED)
float → const ONNXTensorElementDataType
const ONNXTensorElementDataType(bg.ONNXTensorElementDataType.ONNX_TENSOR_ELEMENT_DATA_TYPE_FLOAT)
uint8 → const ONNXTensorElementDataType
const ONNXTensorElementDataType(bg.ONNXTensorElementDataType.ONNX_TENSOR_ELEMENT_DATA_TYPE_UINT8)
int8 → const ONNXTensorElementDataType
const ONNXTensorElementDataType(bg.ONNXTensorElementDataType.ONNX_TENSOR_ELEMENT_DATA_TYPE_INT8)
uint16 → const ONNXTensorElementDataType
const ONNXTensorElementDataType(bg.ONNXTensorElementDataType.ONNX_TENSOR_ELEMENT_DATA_TYPE_UINT16)
int16 → const ONNXTensorElementDataType
const ONNXTensorElementDataType(bg.ONNXTensorElementDataType.ONNX_TENSOR_ELEMENT_DATA_TYPE_INT16)
int32 → const ONNXTensorElementDataType
const ONNXTensorElementDataType(bg.ONNXTensorElementDataType.ONNX_TENSOR_ELEMENT_DATA_TYPE_INT32)
int64 → const ONNXTensorElementDataType
const ONNXTensorElementDataType(bg.ONNXTensorElementDataType.ONNX_TENSOR_ELEMENT_DATA_TYPE_INT64)
string → const ONNXTensorElementDataType
const ONNXTensorElementDataType(bg.ONNXTensorElementDataType.ONNX_TENSOR_ELEMENT_DATA_TYPE_STRING)
bool → const ONNXTensorElementDataType
const ONNXTensorElementDataType(bg.ONNXTensorElementDataType.ONNX_TENSOR_ELEMENT_DATA_TYPE_BOOL)
float16 → const ONNXTensorElementDataType
const ONNXTensorElementDataType(bg.ONNXTensorElementDataType.ONNX_TENSOR_ELEMENT_DATA_TYPE_FLOAT16)
double → const ONNXTensorElementDataType
const ONNXTensorElementDataType(bg.ONNXTensorElementDataType.ONNX_TENSOR_ELEMENT_DATA_TYPE_DOUBLE)
uint32 → const ONNXTensorElementDataType
const ONNXTensorElementDataType(bg.ONNXTensorElementDataType.ONNX_TENSOR_ELEMENT_DATA_TYPE_UINT32)
uint64 → const ONNXTensorElementDataType
const ONNXTensorElementDataType(bg.ONNXTensorElementDataType.ONNX_TENSOR_ELEMENT_DATA_TYPE_UINT64)
complex64 → const ONNXTensorElementDataType
const ONNXTensorElementDataType(bg.ONNXTensorElementDataType.ONNX_TENSOR_ELEMENT_DATA_TYPE_COMPLEX64)
complex128 → const ONNXTensorElementDataType
const ONNXTensorElementDataType(bg.ONNXTensorElementDataType.ONNX_TENSOR_ELEMENT_DATA_TYPE_COMPLEX128)
bFloat16 → const ONNXTensorElementDataType
const ONNXTensorElementDataType(bg.ONNXTensorElementDataType.ONNX_TENSOR_ELEMENT_DATA_TYPE_BFLOAT16)

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

Static Methods

valueOf(int type) ONNXTensorElementDataType

Constants

values → const List<ONNXTensorElementDataType>
A constant List of the values in this enum, in order of their declaration.