summaryrefslogtreecommitdiff
path: root/tools/tflitefile_tool/tflite/TensorType.py
blob: ac7fe2014b9dc3967d46409b76d97f2774bb4b38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# automatically generated by the FlatBuffers compiler, do not modify

# namespace: tflite


class TensorType(object):
    FLOAT32 = 0
    FLOAT16 = 1
    INT32 = 2
    UINT8 = 3
    INT64 = 4
    STRING = 5
    BOOL = 6
    INT16 = 7
    COMPLEX64 = 8
    INT8 = 9