Elu

Description

Calls the exponential linear unit (ELU) activation function for each element in the input tensor x, and stores the obtained result in the output tensor y.

Input

x: input tensor of type float16 or float.

Attribute

alpha: float, indicating the coefficient. The default value is 1.0.

Output

y: output tensor of the identical data type and shape as input x.

Constraints

None.

ONNX Opset Support

Opset v8/v9/v10/v11/v12/v13/v14/v15/v16