Input. In [12]: aten = torch.tensor([[1, 2, 3], [4, 5, 6]]) In [13]: aten Out[13]: tensor([[ 1, 2, 3], [ 4, 5, 6]]) In [14]: aten.shape ...
確定! 回上一頁