import torch #dimension为0的标量 a = torch.tensor(1.2) print(a) ... 函数返回给定形状和数据类型的新数组。 array = np.ones((2, 5), dtype=int) ...
確定! 回上一頁