aboutsummaryrefslogtreecommitdiff
path: root/ethosu/vela/tflite/SparseIndexVector.py
blob: e2c9db78273623d45baf94c26908eb4b8f2fd35c (plain)
1
2
3
4
5
6
7
8
9
# automatically generated by the FlatBuffers compiler, do not modify

# namespace: tflite

class SparseIndexVector(object):
    NONE = 0
    Int32Vector = 1
    Uint16Vector = 2
    Uint8Vector = 3