torch.Tensor.copy_¶
- Tensor.copy_(src, non_blocking=False) Tensor¶
- Copies the elements from - srcinto- selftensor and returns- self.- The - srctensor must be broadcastable with the- selftensor. It may be of a different data type or reside on a different device.