tinyengine/code_generator/tflite/SparseIndexVector.py
2022-08-26 17:42:09 +00:00

11 lines
199 B
Python

# automatically generated by the FlatBuffers compiler, do not modify
# namespace: tflite
class SparseIndexVector(object):
NONE = 0
Int32Vector = 1
Uint16Vector = 2
Uint8Vector = 3