modeci_mdf.functions.onnx.selu

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

Selu takes one input data (Tensor<T>) and produces one output data (Tensor<T>) where the scaled exponential linear unit function, y = gamma * (alpha * e^x - alpha) for x <= 0, y = gamma * x for x > 0, is applied to the tensor elementwise.