Module tflite.DimensionType

Expand source code
# automatically generated by the FlatBuffers compiler, do not modify

# namespace: tflite

class DimensionType(object):
    DENSE = 0
    SPARSE_CSR = 1

Classes

class DimensionType
Expand source code
class DimensionType(object):
    DENSE = 0
    SPARSE_CSR = 1

Class variables

var DENSE
var SPARSE_CSR