aboutsummaryrefslogtreecommitdiff
path: root/ethosu/vela/tflite/ActivationFunctionType.py
blob: 6d8ec952b8c26a4d22ed9ff71be093d41847d184 (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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