pytorch/torch/quantization
Lingyi Liu 68758b2fa0 Add the quantized batch_norm3d and also batch_norm3d fused with relu operators (#34702)
Summary:
as title, for bringing up the quantized video model. Will add the batch_norm_relu test in another PR.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/34702

Differential Revision: D20436092

Pulled By: lly-zero-one

fbshipit-source-id: 116bd306f7880bfd763d8575654fbd6c92818338
2020-03-13 20:30:28 -07:00
..
__init__.py
_quantize_script.py [quant][graphmode] Add Finalize function that inlines graph and produce quantized ops (#33927) 2020-03-12 14:52:58 -07:00
default_mappings.py Add the quantized batch_norm3d and also batch_norm3d fused with relu operators (#34702) 2020-03-13 20:30:28 -07:00
fake_quantize.py Per channel quantization performance improvement (#33772) 2020-02-26 10:19:25 -08:00
fuse_modules.py Enable inplace relu fusion for training (#33105) 2020-02-14 12:15:58 -08:00
observer.py [quant] Speed up per-channel min-max observer (#34118) 2020-03-05 18:29:41 -08:00
qconfig.py Updates to quantization documentation (#30288) 2019-11-23 09:29:30 -08:00
quantize.py [quantization] FP16 dynamic quantized Linear 2020-01-27 15:45:32 -08:00
stubs.py