xlnstorch.operators.lns_softmax# xlnstorch.operators.lns_softmax(x, base, dim=None)# See docs for torch.nn.functional.softmax() for parameter/return details. Typically, torch.Tensor arguments are the equivalent internal representations of LNStensors. Parameters: x (Tensor) base (Tensor) dim (int) Return type: Tensor