pytorch/torch/quantization
Supriya Rao 842494af77 [quant][fx] EmbeddingBag quantization support (#46678)
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/46678

Test Plan:
python test/test_quantization.py TestQuantzeFxOps.test_qembedding_bag_module

Imported from OSS

Reviewed By: jerryzh168

Differential Revision: D24463306

fbshipit-source-id: 175e77f4450344fbf63409be35338b0c29afd585
2020-10-22 18:04:31 -07:00
..
fx [quant][fx] EmbeddingBag quantization support (#46678) 2020-10-22 18:04:31 -07:00
__init__.py [reland][quant] Add FixedQParamsFakeQuantize module (#45538) (#46657) 2020-10-21 16:47:11 -07:00
_correct_bias.py Remove py2 compatible future imports (#44735) 2020-09-16 12:55:57 -07:00
_equalize.py Fix type annotation errors in torch.functional (#43446) 2020-08-26 08:27:59 -07:00
_learnable_fake_quantize.py Remove py2 compatible future imports (#44735) 2020-09-16 12:55:57 -07:00
_numeric_suite.py [quant][refactor] Remove register api and rename get_*_mapping to get_default_*_mapping (#46337) 2020-10-20 15:53:47 -07:00
fake_quantize.py [reland][quant] Add FixedQParamsFakeQuantize module (#45538) (#46657) 2020-10-21 16:47:11 -07:00
fuse_modules.py Remove py2 compatible future imports (#44735) 2020-09-16 12:55:57 -07:00
fuser_method_mappings.py [quant][graphmode][fx] Add support for additional_fuse_method_mapping (#46345) 2020-10-22 15:15:31 -07:00
observer.py [quant] Support 4-bit embedding_bag operators using the dtype quint4x2 (#45752) 2020-10-06 21:11:49 -07:00
qconfig.py Remove py2 compatible future imports (#44735) 2020-09-16 12:55:57 -07:00
quant_type.py Remove py2 compatible future imports (#44735) 2020-09-16 12:55:57 -07:00
quantization_mappings.py [quant][graphmode][fx] Add additional_object_mapping argument to convert (#46338) 2020-10-21 16:39:07 -07:00
quantize_fx.py [quant][graphmode][fx] Add support for additional_fuse_method_mapping (#46345) 2020-10-22 15:15:31 -07:00
quantize_jit.py quantizaton: add API usage logging (#46095) 2020-10-09 16:51:27 -07:00
quantize.py [quant][refactor] Remove register api and rename get_*_mapping to get_default_*_mapping (#46337) 2020-10-20 15:53:47 -07:00
stubs.py type check for torch.quantization.stubs (#46475) 2020-10-16 15:34:23 -07:00