Module activation
Source - FusedActivation
- Represents the supported activation functions.
- relu
- Performs the Rectified Linear Unit (ReLU) activation function.
- relu6
- Performs the Rectified Linear Unit 6 (ReLU6) activation function.
- softmax
- Performs the Softmax activation function.