blob: 6d8ec952b8c26a4d22ed9ff71be093d41847d184 [file] [log] [blame]
Tim Hall79d07d22020-04-27 18:20:16 +01001# automatically generated by the FlatBuffers compiler, do not modify
2
3# namespace: tflite
4
5class ActivationFunctionType(object):
6 NONE = 0
7 RELU = 1
8 RELU_N1_TO_1 = 2
9 RELU6 = 3
10 TANH = 4
11 SIGN_BIT = 5