mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
Summary: Implemented two observers (InputEqualObserver and WeightEqualObserver) which will be inserted into the graph during prepare_fx(). Test Plan: python test/test_quantization.py TestEqualizeFx Reviewed By: supriyar Differential Revision: D28836954 fbshipit-source-id: 25517dc82ae67698ed8b2dc334e3323286976104 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| _equalize.py | ||
| convert.py | ||
| fuse.py | ||
| fusion_patterns.py | ||
| graph_module.py | ||
| match_utils.py | ||
| pattern_utils.py | ||
| prepare.py | ||
| qconfig_utils.py | ||
| quantization_patterns.py | ||
| quantization_types.py | ||
| quantize.py | ||
| utils.py | ||