pytorch
1ef244e0 - Fix tensor.__deepcopy__ for lazy device (#73197)

Commit
3 years ago
Fix tensor.__deepcopy__ for lazy device (#73197) Summary: A small bug that misses `lazy` in tensor.__deepcopy__, which results in segmentation when deepcopy a lazy model. Pull Request resolved: https://github.com/pytorch/pytorch/pull/73197 Reviewed By: jbschlosser Differential Revision: D34394482 Pulled By: wconstab fbshipit-source-id: c84fdb9b3a827677971fd3477a92679d7dbce3c0 (cherry picked from commit c003d150cea969a6595ef8004ea82596fb9431b6)
Author
Committer
Parents
Loading