Relu6
Input
features:
- Required: yes
- Type: float16, float32
- Description: input features
- Restrictions: none
Output
activations:
- Required: yes
- Type: float16, float32
- Description: output y = min(max(features, 0), 6)
- Restrictions: none
Parent topic: Supported Caffe Operators