xlnstorch.operators.lns_elu# xlnstorch.operators.lns_elu(x, alpha, base)# See docs for torch.nn.functional.elu() for parameter/return details. Typically, torch.Tensor arguments are the equivalent internal representations of LNStensors. Parameters: x (Tensor) alpha (Tensor) base (Tensor) Return type: Tensor