modeci_mdf.functions.onnx.elu

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

Elu takes one input data (Tensor<T>) and produces one output data (Tensor<T>) where the function f(x) = alpha * (exp(x) - 1.) for x < 0, f(x) = x for x >= 0., is applied to the tensor elementwise.