xlnstorch.operators.lns_bilinear# xlnstorch.operators.lns_bilinear(x, y, A, base, bias=None)# See docs for torch.bilinear() for parameter/return details. Typically, torch.Tensor arguments are the equivalent internal representations of LNStensors. Parameters: x (Tensor) y (Tensor) A (Tensor) base (Tensor) bias (Tensor) Return type: Tensor