summaryrefslogtreecommitdiff
path: root/tools/tflitefile_tool/tflite/LSHProjectionType.py
blob: 32817911448a7b3072d4755400a588ced6414c39 (plain)
1
2
3
4
5
6
7
8
9
# automatically generated by the FlatBuffers compiler, do not modify

# namespace: tflite


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