blob: 17d915109b195b7a20d86423cc7f6d8322f56829 [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 CombinerType(object):
6 SUM = 0
7 MEAN = 1
8 SQRTN = 2
Rickard Bolind66f8012022-04-21 07:36:55 +00009