Module tflite.LSHProjectionType
Expand source code
# automatically generated by the FlatBuffers compiler, do not modify
# namespace: tflite
class LSHProjectionType(object):
UNKNOWN = 0
SPARSE = 1
DENSE = 2
Classes
class LSHProjectionType
-
Expand source code
class LSHProjectionType(object): UNKNOWN = 0 SPARSE = 1 DENSE = 2
Class variables
var DENSE
var SPARSE
var UNKNOWN