def matmul(self, other): r"""Matrix product of two tensors. See :func:`torch.matmul`.""" return torch.matmul(self, other)