Module tflite.SparseIndexVector
Expand source code
# automatically generated by the FlatBuffers compiler, do not modify
# namespace: tflite
class SparseIndexVector(object):
NONE = 0
Int32Vector = 1
Uint16Vector = 2
Uint8Vector = 3
Classes
class SparseIndexVector
-
Expand source code
class SparseIndexVector(object): NONE = 0 Int32Vector = 1 Uint16Vector = 2 Uint8Vector = 3
Class variables
var Int32Vector
var NONE
var Uint16Vector
var Uint8Vector