x = torch.randn_like(x, dtype=torch.float) print(x) ... 按指定維度拼接tensor torch.cat() # 按指定維度將一個tensor 分割為幾個小塊 ...
確定! 回上一頁