t3 = torch.tensor(3.0). t4 = torch.tensor(3,dtype=torch.float64). t1, t2, t3, t4 all store a single number 3, but the data type (i.e, the size of the memory ...
確定! 回上一頁