torch.tensor(data, dtype) # data 可以是Numpy中的数组 # torch.as_tensor(data) #为data ... torch.std(input, dim, out=None) # Tensor 标准差
確定! 回上一頁