public enum TensorType
- Object
- Enum<TensorType>
- TensorType
ImplementsComparable<TensorType>
Tensor element types supported by the portable LiteRT contract.
Enum constants
FLOAT32 | |
INT32 | |
INT64 | |
UINT8 | |
INT8 | |
BOOL |
Methods
public static TensorType[] values() | |
public static TensorType valueOf(String name) |
Inherited methods
Enum constant details
FLOAT32
FLOAT32INT32
INT32INT64
INT64UINT8
UINT8INT8
INT8BOOL
BOOLMethod details
values
public static TensorType[] values()valueOf
public static TensorType valueOf(String name)