pytorch/torch/quantization
James Reed b04ae953b4 [FX][WIP] Mutable Graph APIs (#45227)
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/45227

Test Plan: Imported from OSS

Reviewed By: zdevito

Differential Revision: D23880730

Pulled By: jamesr66a

fbshipit-source-id: eb4e8c14d7f6b1deb1ddd6cf38a360413a1705ed
2020-10-05 17:07:08 -07:00
..
fx [FX][WIP] Mutable Graph APIs (#45227) 2020-10-05 17:07:08 -07:00
__init__.py [quant][eagermode] Custom module support (#44835) 2020-09-23 15:39:40 -07:00
_correct_bias.py Remove py2 compatible future imports (#44735) 2020-09-16 12:55:57 -07:00
_equalize.py
_learnable_fake_quantize.py Remove py2 compatible future imports (#44735) 2020-09-16 12:55:57 -07:00
_numeric_suite.py Remove py2 compatible future imports (#44735) 2020-09-16 12:55:57 -07:00
custom_module_class_mappings.py [quant][graphmode][fx] Custom module support (#44766) 2020-09-22 17:11:46 -07:00
default_mappings.py
fake_quantize.py Enable type check for torch.quantization.fake_quantize (#45701) 2020-10-02 09:27:34 -07:00
fuse_modules.py Remove py2 compatible future imports (#44735) 2020-09-16 12:55:57 -07:00
fuser_method_mappings.py
observer.py type check for torch.quantization.observer (#45630) 2020-10-02 13:25:41 -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] Fix ConvTranspose mapping (#44844) 2020-09-22 11:59:42 -07:00
quantize.py [quant][eagermode] Custom module support (#44835) 2020-09-23 15:39:40 -07:00
quantize_fx.py [reland][quant][graphmode][fx] Merge all quantization mode (#45292) (#45672) 2020-10-01 15:47:11 -07:00
quantize_jit.py [quant][graphmode][jit][api] Expose preserved_attrs from finalize to convert_jit (#44490) 2020-09-22 19:37:25 -07:00
stubs.py