aboutsummaryrefslogtreecommitdiff
path: root/ethosu/vela/tflite/ReduceWindowFunction.py
blob: 65dea2e9300ba619ca3109ff7c2450644eaf5801 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# automatically generated by the FlatBuffers compiler, do not modify

# namespace: tflite

class ReduceWindowFunction(object):
    UNSUPPORTED = 0
    ADD = 1
    MUL = 2
    MINIMUM = 3
    MAXIMUM = 4
    ALL = 5
    ANY = 6