It creates a tensor without taking ownership of the memory it points to.
You must call clone
if you want to copy the memory over a new tensor.
It creates a tensor without taking ownership of the memory it points to.
You must call clone
if you want to copy the memory over a new tensor.