blob: 15da2f69b4488b0cd012f9b8b1e6349a9f1102e9 [file] [log] [blame]
# automatically generated by the FlatBuffers compiler, do not modify
# namespace: tosa
class DType(object):
UNKNOWN = 0
BOOL = 1
UINT8 = 2
INT4 = 3
INT8 = 4
INT16 = 5
INT32 = 6
INT48 = 7
FP32 = 8
UINT16 = 9
FP16 = 10
BF16 = 11