pytorch
1f50dc6e - Fix ignoring Tensor properties in torch.overrides (#60050)

Commit
3 years ago
Fix ignoring Tensor properties in torch.overrides (#60050) Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/60050 It doesn't work to put torch.Tensor.prop.__get__ in the ignored list. Now it does. (Not exercised here, see next diff in stack). Signed-off-by: Edward Z. Yang <ezyang@fb.com> Test Plan: Imported from OSS Reviewed By: zou3519 Differential Revision: D29171464 Pulled By: ezyang fbshipit-source-id: e7354668b481f9275f2eb5bb3a6228d1815fecea
Author
Parents
Loading