pytorch/torch/quantization
Jerry Zhang 47d727fe1b [quant][graphmode][fx] Produce conv reference static quant modules (#60138)
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/60138

Test Plan:
python test/test_quantization.py TestQuantizeFx

Imported from OSS

Reviewed By: vkuzo

Differential Revision: D29184791

fbshipit-source-id: 971a40012dbba0cf687c62a3a4af9358513c253b
2021-06-20 19:25:45 -07:00
..
fx [quant][graphmode][fx] Produce conv reference static quant modules (#60138) 2021-06-20 19:25:45 -07:00
ns [quant][graphmode][fx][refactor] Split quantize.py to prepare.py and convert.py (#59353) 2021-06-02 23:52:39 -07:00
__init__.py Un-ignore F403 in .flake8 (#55838) 2021-04-13 09:24:07 -07:00
_correct_bias.py
_equalize.py [quant] Eager mode equalization support for ConvReLU and LinearReLU (#58792) 2021-05-24 17:25:13 -07:00
_learnable_fake_quantize.py [quant][graphmode][fx][refactor] Split quantize.py to prepare.py and convert.py (#59353) 2021-06-02 23:52:39 -07:00
_numeric_suite_fx.py ns for fx: add API usage logging (#60103) 2021-06-18 10:25:59 -07:00
_numeric_suite.py Add lint for unqualified type: ignore (#56290) 2021-04-21 08:07:23 -07:00
fake_quantize.py memory efficient per-channel fq: use it everywhere, delete old version (#51265) 2021-01-28 19:42:25 -08:00
fuse_modules.py Add lint for unqualified noqa (#56272) 2021-04-19 13:16:18 -07:00
fuser_method_mappings.py fix docstring for fusing functions (#58638) 2021-05-24 18:27:22 -07:00
observer.py [quant] Equalization Observer modifications (#59953) 2021-06-16 22:32:30 -07:00
qconfig.py Un-ignore F403 in .flake8 (#55838) 2021-04-13 09:24:07 -07:00
quant_type.py [quant][graphmode][fx] custom_module support static/dynamic/weight_only quant (#46786) 2020-10-27 21:41:33 -07:00
quantization_mappings.py [quant][graphmode][fx] Produce conv reference static quant modules (#60138) 2021-06-20 19:25:45 -07:00
quantize_fx.py [quant] Input Weight Equalization - prepare modifications (#59747) 2021-06-16 22:32:28 -07:00
quantize_jit.py Enable the quantization on XPU devices (#54857) 2021-05-20 17:02:13 -07:00
quantize.py [quant][eager][fix] Fix a typo in convert function in eager mode quantization (#59571) 2021-06-08 10:24:22 -07:00
stubs.py
utils.py [quant] Equalization Observer modifications (#59953) 2021-06-16 22:32:30 -07:00