xlnstorch.operators.lns_log_softmax# xlnstorch.operators.lns_log_softmax(x, base, dim=None)# See docs for torch.nn.functional.log_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