# automatically generated by the FlatBuffers compiler, do not modify

# namespace: tflite

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

