Celu
Description
Continuous differentiable exponential linear unit: Performs linear unit on the input tensor x element by element using the following formula:
max(0,x) + min(0,alpha*(exp(x/alpha)-1)).
Input
One input:
x: tensor (float) .
Output
One output:
y: tensor (float) .
Property
alpha: float. Defaults to 1.0.
ONNX Opset Support
Opset v12/v13/v14/v15/v16
Parent topic: Operators Specifications of the AI Framework