pytorch/torch/quantization
James Reed f03700b997 Fix QConfig_dynamic typename (#24431)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/24431

Pickle's fully-qualified name lookup would fail when trying to serialize QConfig_dynamic since the __name__ on the instance would refer to the wrong class name

Test Plan: Imported from OSS

Differential Revision: D16835705

Pulled By: jamesr66a

fbshipit-source-id: e146835cbe10b08923d77298bc93b0f5b0ba37c5
2019-08-15 15:25:19 -07:00
..
__init__.py Dynamic Quantized Linear Module (#23128) 2019-08-13 21:01:23 -07:00
fake_quantize.py Change return type of observer to two tensors (#24339) 2019-08-15 10:26:44 -07:00
fuse_modules.py ConvBn2d/ConvBnReLU2d (#23357) 2019-08-01 10:07:00 -07:00
observer.py Change return type of observer to two tensors (#24339) 2019-08-15 10:26:44 -07:00
QConfig.py Fix QConfig_dynamic typename (#24431) 2019-08-15 15:25:19 -07:00
quantize.py Add intrinsic module mappings (#23753) 2019-08-15 09:37:24 -07:00