Celu

Description

Applies the continuous differentiable exponential linear unit to each element in the input tensor (x).

Input

x: input tensor of type float.

Attribute

alpha: The data type is float, indicating the activation coefficient of the Celu activation function. It is used to control the shape of the unit. The value cannot be 0. The default value is 1.0.

Output

y: output tensor of type float.

Constraints

None.

ONNX Opset Support

Opset v12/v13/v14/v15/v16