Back to Top ELU Inputx:Required: yesType: float16, float32Description: activation function, integrated with Sigmoid and ReLU.If x > 0: y = x else: y = alpha*(exp(x)-1) Restriction: Must be of type float16. Attributealpha:Required: noType: float (default = 1)Description: activation function, integrated with Sigmoid and ReLU.If x > 0: y = x else: y = alpha*(exp(x)-1) Restriction: Must be of type float16. Outputy: Required: yesType: float16, float32Description: activation function, integrated with Sigmoid and ReLU.If x > 0: y = x else: y = alpha*(exp(x)-1) Restriction: Must be of type float16. Parent topic: Supported Caffe Operators