pytorch/torch/ao/quantization
Sam Tsai 65de9a2b81 Fix fuse_func method overwrite (#87791) (#88193)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/87791

Fixing the interface so that the fuse_func is honored and not replaced but the default fuse_known_method.

Test Plan: Wait for sandcastle

Reviewed By: jerryzh168

Differential Revision: D40722395

Pull Request resolved: https://github.com/pytorch/pytorch/pull/88193
Approved by: https://github.com/jerryzh168
2022-11-03 20:32:54 +00:00
..
backend_config [quant][improvement] Check the fixedqparam op qconfig based on backend_config (#87425) 2022-10-28 23:38:40 +00:00
experimental [quant] Remove unneeded lines from APoT linear (#82909) 2022-08-08 11:30:24 +00:00
fx Fix typos under torch directory (#88172) 2022-11-01 22:58:22 +00:00
__init__.py [quant][ao_migration] nn.intrinsic.quantized migration to ao (#86172) 2022-10-08 00:01:38 +00:00
_correct_bias.py [quant][ao_migration] torch.nn.quantized.modulestorch.ao.nn.quantized.modules (#78713) 2022-08-25 16:50:33 +00:00
_equalize.py
_learnable_fake_quantize.py
fake_quantize.py [ao] correctly set public v private for fake_quantize.py (#86022) 2022-10-05 19:30:50 +00:00
fuse_modules.py Fix fuse_func method overwrite (#87791) (#88193) 2022-11-03 20:32:54 +00:00
fuser_method_mappings.py [ao] fixing public v private for quantization_types (#86031) 2022-10-12 20:06:30 +00:00
observer.py [PyTorch][Fix] Improve numerical stability of HistogramObserver (#86522) 2022-10-11 01:21:16 +00:00
pattern.md
qconfig_mapping_utils.py [Quant][fx][bc-breaking] Replace qconfig_dict with a config object (#78452) 2022-05-30 18:30:07 +00:00
qconfig_mapping.py [quant][api] Add assert for backend in get_default_qconfig related apis (#86259) (#87331) 2022-10-21 16:57:35 +00:00
qconfig.py [quant][api] Add assert for backend in get_default_qconfig related apis (#86259) (#87331) 2022-10-21 16:57:35 +00:00
quant_type.py [Quant][fx][bc-breaking] Replace *custom_config_dict with config objects 2022-06-16 17:50:07 +00:00
quantization_mappings.py [quant][ao_migration] nn.intrinsic.quantized migration to ao (#86172) 2022-10-08 00:01:38 +00:00
quantize_fx.py Fix typos used in documents under torch directory (#88300) 2022-11-02 09:38:13 +00:00
quantize_jit.py [ao] fixing public v private for quantize_jit.py (#86024) 2022-10-05 22:11:43 +00:00
quantize.py [ao] fixing public v private for quantize.py (#86023) 2022-10-05 19:40:42 +00:00
stubs.py quantization: fix bug in QuantWrapper with DeQuant qconfig (#73671) 2022-03-03 15:31:53 +00:00
utils.py [quant][fx] Add _convert_to_reference_decomposed (#87094) 2022-10-27 01:22:08 +00:00