pytorch
a3907ca9 - Respect TorchDispatchMode for shallow_copy_and_detach (#83372)

Commit
3 years ago
Respect TorchDispatchMode for shallow_copy_and_detach (#83372) I noticed I was missing tensor creations with modes when I tried to delete proxy tensor. This was the cause. Hypothetically, all PyInterpreter calls could get this treatment. But I think it only matters for detach; the rest do not return Tensors and most modes will not be interested in them. Signed-off-by: Edward Z. Yang <ezyang@fb.com> Pull Request resolved: https://github.com/pytorch/pytorch/pull/83372 Approved by: https://github.com/zou3519
Author
Committer
Parents
Loading