🌈 搜索
📅  最后修改于: 2022-03-11 14:46:11.425000             🧑  作者: Mango
x = torch.randn(2, 3) y = torch.randn(2, 3) # concat x and y result = torch.cat((x, y), 0)