Undo pin_memory?

Hi there,

I am wondering if it make sense to undo pin_memory to a tensor if we decide later that we want to do operation to this tensor and send the result to the GPU instead. If so, how to do this?

Thanks in advance!