Enum arm_nn_activation_type_flt¶
Defined in File arm_nn_types_flt.h
Enum Documentation¶
-
enum arm_nn_activation_type_flt¶
Activation selector for floating-point operator APIs.
Numeric values intentionally live in a dedicated floating-point range to avoid overlap with the legacy integer public activation enum.
Values:
-
enumerator ARM_NN_FLT_ACT_NONE¶
Identity activation function.
-
enumerator ARM_NN_FLT_ACT_SIGMOID¶
Sigmoid activation function.
-
enumerator ARM_NN_FLT_ACT_TANH¶
Hyperbolic tangent activation function.
-
enumerator ARM_NN_FLT_ACT_RELU¶
ReLU activation function.
-
enumerator ARM_NN_FLT_ACT_RELU6¶
ReLU6 activation function.
-
enumerator ARM_NN_FLT_ACT_HARDSWISH¶
Hard-swish activation function.
-
enumerator ARM_NN_FLT_ACT_LEAKY_RELU¶
Leaky ReLU activation function.
-
enumerator ARM_NN_FLT_ACT_NONE¶