summaryrefslogtreecommitdiff
path: root/tools/tflitefile_tool/tflite/CombinerType.py
blob: dfe8afb9fc8c02459fd8251325ebf2dc51b61b81 (plain)
1
2
3
4
5
6
7
8
9
# automatically generated by the FlatBuffers compiler, do not modify

# namespace: tflite


class CombinerType(object):
    SUM = 0
    MEAN = 1
    SQRTN = 2