🌈 搜索
📅  最后修改于: 2022-03-11 14:55:19.931000             🧑  作者: Mango
from __future__ import print_function import torch x = torch.rand(5, 3) print(x)