torch.scatter¶ torch.scatter(input, dim, index, src) → Tensor¶ 非原地 (Out-of-place) 版本的 torch.Tensor.scatter_()