Contents:
Create a detached copy of tensor. If t already is a tensor, clone and detach it, otherwise create a new tensor.
t
t – tensor to detach and copy
detached and copied tensor