tflite.LSHProjectionType module
# automatically generated by the FlatBuffers compiler, do not modify # namespace: tflite class LSHProjectionType(object): UNKNOWN = 0 SPARSE = 1 DENSE = 2
Classes
class LSHProjectionType
class LSHProjectionType(object): UNKNOWN = 0 SPARSE = 1 DENSE = 2
Ancestors (in MRO)
- LSHProjectionType
- builtins.object
Class variables
var DENSE
var SPARSE
var UNKNOWN