pytorch
e907a8d9 - [ao] Updated dict keys of detectors to have consistent naming scheme (#81587)

Commit
3 years ago
[ao] Updated dict keys of detectors to have consistent naming scheme (#81587) Summary: Currently, all the detectors have pretty accurate naming schemes that give an idea of what they do. However, since now there are more and more detectors being developed, there is a need to make sure that the naming scheme for detectors are consistent for their keys. This updates the keys of the returned dictionary keys to better highlight if something is an activation stat or weight stat, etc. Test Plan: python test/test_quantization.py TestFxModelReportDetector python test/test_quantization.py TestFxModelReportObserver python test/test_quantization.py TestFxModelReportDetectDynamicStatic python test/test_quantization.py TestFxModelReportClass python test/test_quantization.py TestFxDetectInputWeightEqualization python test/test_quantization.py TestFxDetectOutliers Reviewers: Subscribers: Tasks: Tags: Pull Request resolved: https://github.com/pytorch/pytorch/pull/81587 Approved by: https://github.com/jerryzh168
Author
Committer
Parents
Loading