blob: 1e3a61f38ae6da273e0cb8577910ed941d80b6fa [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