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