-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum DTypeCodes representing tensor data types.
Warning: These APIs are experimental and subject to change without notice
-
-
Enum Constant Summary
Enum Constants Enum Constant Description BITS16Code for dtype ScalarType::Bits16
BITS8Code for dtype ScalarType::Bits8
BITS4X2Code for dtype ScalarType::Bits4x2
BITS2X4Code for dtype ScalarType::Bits2x4
BITS1X8Code for dtype ScalarType::Bits1x8
QINT2X4Code for dtype ScalarType::QUInt2x4
QINT4X2Code for dtype ScalarType::QUInt4x2
BFLOAT16Code for dtype ScalarType::BFloat16
QINT32Code for dtype ScalarType::QInt32
QUINT8Code for dtype ScalarType::QUInt8
QINT8Code for dtype ScalarType::QInt8
BOOLCode for dtype ScalarType::Bool
COMPLEX_DOUBLECode for dtype ScalarType::ComplexDouble
COMPLEX_FLOATCode for dtype ScalarType::ComplexFloat
COMPLEX_HALFCode for dtype ScalarType::ComplexHalf
DOUBLECode for dtype ScalarType::Double
FLOATCode for dtype ScalarType::Float
HALFCode for dtype ScalarType::Half
INT64Code for dtype ScalarType::Long
INT32Code for dtype ScalarType::Int
INT16Code for dtype ScalarType::Short
INT8Code for dtype ScalarType::Char
UINT8Code for dtype ScalarType::Byte
-