With contiguous data, reshape() returns a view. # When data is contiguous x = torch.arange(1,13) x >> tensor([ 1, 2, 3, 4, 5, 6, 7, 8, 9, ...
確定! 回上一頁