-
Notifications
You must be signed in to change notification settings - Fork 26.3k
[ao] fixing public v private for fx.pattern_utils.py #86033
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
Conversation
Summary: added __all__, one issue with QuantizeHandler is that since its defined as 'Any' it can't be set as a public module although it should be, i've set it to private here but when the circular dependency gets fixed, it will probably be removed. Test Plan: python test/test_public_bindings.py Reviewers: Subscribers: Tasks: Tags: [ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/86033
Note: Links to docs will display an error until the docs builds have been completed. ✅ No Failures, 1 PendingAs of commit 49ebcdd: This comment was automatically generated by Dr. CI and updates every 15 minutes. |
Summary: added __all__, one issue with QuantizeHandler is that since its defined as 'Any' it can't be set as a public module although it should be, i've set it to private here but when the circular dependency gets fixed, it will probably be removed. Test Plan: python test/test_public_bindings.py Reviewers: Subscribers: Tasks: Tags: [ghstack-poisoned]
|
/easycla As part of the transition to the PyTorch Foundation, this project now requires contributions be covered under the new CLA. See #85559 for additional details. This comment will trigger a new check of this PR. If you are already covered, you will simply see a new "EasyCLA" check that passes. If you are not covered, a bot will leave a new comment with a link to sign. |
Summary: added __all__, one issue with QuantizeHandler is that since its defined as 'Any' it can't be set as a public module although it should be, i've set it to private here but when the circular dependency gets fixed, it will probably be removed. Test Plan: python test/test_public_bindings.py Reviewers: Subscribers: Tasks: Tags: [ghstack-poisoned]
Summary: added __all__, one issue with QuantizeHandler is that since its defined as 'Any' it can't be set as a public module although it should be, i've set it to private here but when the circular dependency gets fixed, it will probably be removed. Test Plan: python test/test_public_bindings.py Reviewers: Subscribers: Tasks: Tags: [ghstack-poisoned]
Summary: added __all__, one issue with QuantizeHandler is that since its defined as 'Any' it can't be set as a public module although it should be, i've set it to private here but when the circular dependency gets fixed, it will probably be removed. Test Plan: python test/test_public_bindings.py Reviewers: Subscribers: Tasks: Tags: [ghstack-poisoned]
Summary: added __all__, one issue with QuantizeHandler is that since its defined as 'Any' it can't be set as a public module although it should be, i've set it to private here but when the circular dependency gets fixed, it will probably be removed. Test Plan: python test/test_public_bindings.py Reviewers: Subscribers: Tasks: Tags: [ghstack-poisoned]
Summary: added __all__, one issue with QuantizeHandler is that since its defined as 'Any' it can't be set as a public module although it should be, i've set it to private here but when the circular dependency gets fixed, it will probably be removed. Test Plan: python test/test_public_bindings.py Reviewers: Subscribers: Tasks: Tags: [ghstack-poisoned]
Summary: added __all__, one issue with QuantizeHandler is that since its defined as 'Any' it can't be set as a public module although it should be, i've set it to private here but when the circular dependency gets fixed, it will probably be removed. Test Plan: python test/test_public_bindings.py Reviewers: Subscribers: Tasks: Tags: [ghstack-poisoned]
Summary: added __all__, one issue with QuantizeHandler is that since its defined as 'Any' it can't be set as a public module although it should be, i've set it to private here but when the circular dependency gets fixed, it will probably be removed. Test Plan: python test/test_public_bindings.py Reviewers: Subscribers: Tasks: Tags: [ghstack-poisoned]
Summary: added __all__, one issue with QuantizeHandler is that since its defined as 'Any' it can't be set as a public module although it should be, i've set it to private here but when the circular dependency gets fixed, it will probably be removed. Test Plan: python test/test_public_bindings.py Reviewers: Subscribers: Tasks: Tags: [ghstack-poisoned]
Summary: added __all__, one issue with QuantizeHandler is that since its defined as 'Any' it can't be set as a public module although it should be, i've set it to private here but when the circular dependency gets fixed, it will probably be removed. Test Plan: python test/test_public_bindings.py Reviewers: Subscribers: Tasks: Tags: [ghstack-poisoned]
|
@pytorchmergebot merge |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Stack from ghstack (oldest at bottom):
Summary: added all, one issue with QuantizeHandler is that since its
defined as 'Any' it can't be set as a public module although it should
be, i've set it to private here but when the circular dependency gets
fixed, it will probably be removed.
Test Plan: python test/test_public_bindings.py
Reviewers:
Subscribers:
Tasks:
Tags: