mirror of
https://github.com/mit-han-lab/tinyengine.git
synced 2025-05-10 17:31:24 +08:00
11 lines
199 B
Python
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
|
|
|