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

# namespace: tflite

class LSHProjectionType(object):
    UNKNOWN = 0
    SPARSE = 1
    DENSE = 2