pytorch/torch/quantization
Zafar Takhirov a42996f16e [quant] AO migration of the fuse_modules.py (phase 1) (#64913)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/64913

AO Team is migrating the existing torch.quantization into torch.ao.quantization. We are doing it one file at a time to make sure that the internal callsites are updated properly.
This migrates the fuse_module.py from torch.quantization to torch.ao.quantization.
At this point both locations will be supported. Eventually the torch.quantization will be deprecated.

Test Plan: `buck test mode/dev //caffe2/test:quantization`

Reviewed By: vkuzo

Differential Revision: D30882819

fbshipit-source-id: 1926ad6aa49136aceb5b625dcef4bfde3a2860d4
2021-09-15 17:28:47 -07:00
..
fx [quant][tensorrt] Add tensorrt backend config (#64623) 2021-09-14 15:27:33 -07:00
__init__.py torch.ao migration: fake_quantize.py, phase 1 (#64814) 2021-09-13 15:22:28 -07:00
_correct_bias.py torch.ao migration: numeric suite, eager and fx (#64817) 2021-09-12 12:00:45 -07:00
_equalize.py [quant] Eager mode equalization support for ConvReLU and LinearReLU (#58792) 2021-05-24 17:25:13 -07:00
_learnable_fake_quantize.py [docs] Fix backticks in docs (#60474) 2021-06-24 06:27:41 -07:00
_numeric_suite.py torch.ao migration: numeric suite, eager and fx (#64817) 2021-09-12 12:00:45 -07:00
_numeric_suite_fx.py torch.ao migration: numeric suite, eager and fx (#64817) 2021-09-12 12:00:45 -07:00
fake_quantize.py torch.ao migration: fake_quantize.py, phase 1 (#64814) 2021-09-13 15:22:28 -07:00
fuse_modules.py [quant] AO migration of the fuse_modules.py (phase 1) (#64913) 2021-09-15 17:28:47 -07:00
fuser_method_mappings.py fix docstring for fusing functions (#58638) 2021-05-24 18:27:22 -07:00
observer.py [quant] Removing hardcoded "torch.quantization.observer" for migration (#64981) 2021-09-15 15:22:19 -07:00
qconfig.py [quant] Removing hardcoded "torch.quantization.observer" for migration (#64981) 2021-09-15 15:22:19 -07:00
quant_type.py
quantization_mappings.py torch.ao migration: fake_quantize.py, phase 1 (#64814) 2021-09-13 15:22:28 -07:00
quantize.py [quant] Removing unnecessary import from torch/quantization/quantize.py (#64910) 2021-09-15 09:39:04 -07:00
quantize_fx.py [quant][tensorrt] Add tensorrt backend config (#64623) 2021-09-14 15:27:33 -07:00
quantize_jit.py torch.ao migration: quantize_jit.py phase1 (#64860) 2021-09-13 08:41:48 -07:00
stubs.py torch.ao migration: stubs.py phase 1 (#64861) 2021-09-13 08:40:29 -07:00
utils.py Moving getattr_from_fqn to torch.quantization.utils (#63107) 2021-08-12 20:59:01 -07:00