pytorch
d6bfbdf5 - [ao] fixing public v private for fx.pattern_utils.py (#86033)

Commit
3 years ago
[ao] fixing public v private for fx.pattern_utils.py (#86033) 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: Pull Request resolved: https://github.com/pytorch/pytorch/pull/86033 Approved by: https://github.com/jerryzh168
Author
Committer
Parents
Loading