modeci_mdf.functions.onnx.celu

modeci_mdf.functions.onnx.celu(*args, **kwargs)

Continuously Differentiable Exponential Linear Units: Perform the linear unit element-wise on the input tensor X using formula:

` max(0,x) + min(0,alpha*(exp(x/alpha)-1)) `