blob: 6d8ec952b8c26a4d22ed9ff71be093d41847d184 [file] [log] [blame]
# 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