blob: a7d6a313349190ed86100ac2ee97563656ce7860 [file] [log] [blame]
Tim Hall79d07d22020-04-27 18:20:16 +01001# automatically generated by the FlatBuffers compiler, do not modify
2
3# namespace: tflite
4
5class LSHProjectionType(object):
6 UNKNOWN = 0
7 SPARSE = 1
8 DENSE = 2