blob: a27d016f20648c6847d36d3d537d1747ca33107b [file] [log] [blame]
Tim Hall79d07d22020-04-27 18:20:16 +01001# automatically generated by the FlatBuffers compiler, do not modify
2
3# namespace: tflite
4
5class DimensionType(object):
6 DENSE = 0
7 SPARSE_CSR = 1
Jacob Bohlin8daf6b72020-09-15 16:28:35 +02008