Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ignoring Tensor properties in torch.overrides #60050

Closed
wants to merge 2 commits into from

Commits on Jun 15, 2021

  1. Fix ignoring Tensor properties in torch.overrides

    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>
    
    [ghstack-poisoned]
    ezyang committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    ac8ba35 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2021

  1. Update on "Fix ignoring Tensor properties in torch.overrides"

    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>
    
    [ghstack-poisoned]
    ezyang committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    524b985 View commit details
    Browse the repository at this point in the history