torch.mul(input, other) multiplies each element of the 'input' with the scalar in 'other' and returns a new resulting tensor. a = torch.tensor([[1, 2, 3], ...
確定! 回上一頁