summaryrefslogtreecommitdiff
path: root/tools/tflitefile_tool/tflite/ActivationFunctionType.py
blob: a3235396477b293f95783aa1817c8cf44625f49c (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