aboutsummaryrefslogtreecommitdiff
path: root/ethosu/vela/tflite/ActivationFunctionType.py
blob: dc177dee9591794cbdc778be99d5f5f6937c6d3d (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 ActivationFunctionType(object):
    NONE = 0
    RELU = 1
    RELU_N1_TO_1 = 2
    RELU6 = 3
    TANH = 4
    SIGN_BIT = 5