Tensor ([[1, 1], [4, 4]]) torch.eq(a, b) tensor([[1, 0], [0, 1]], dtype=torch.uint8). 2. torch.equal(tensor1, tensor2, out=None).
確定! 回上一頁