Shortcuts

torch.utils.swap_tensors

torch.utils.swap_tensors(t1, t2)[source][source]

This function swaps the content of the two Tensor objects. At a high level, this will make t1 have the content of t2 while preserving its identity.

This will not work if t1 and t2 have different slots.

' document.getElementById("pytorch-article").insertAdjacentHTML('afterBegin', div) }

Docs

Access comprehensive developer documentation for PyTorch

View Docs

Tutorials

Get in-depth tutorials for beginners and advanced developers

View Tutorials

Resources

Find development resources and get your questions answered

View Resources