Module tflite.ActivationFunctionType

Expand source code
# 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

Classes

class ActivationFunctionType
Expand source code
class ActivationFunctionType(object):
    NONE = 0
    RELU = 1
    RELU_N1_TO_1 = 2
    RELU6 = 3
    TANH = 4
    SIGN_BIT = 5

Class variables

var NONE
var RELU
var RELU6
var RELU_N1_TO_1
var SIGN_BIT
var TANH