pytorch/torch/quantization
HDCharles 45c62a3377 [ao] making _is_activation_post_process private (#87520)
Summary: same function in observer and quantize, consolidated to a
single function. Note the definitions were slightly different, I've
changed the definition to be maximally inclusive so that the name of the
function is more accurate

Test Plan: python test/test_public_bindings.py
python test/test_quantization.py

Reviewers:

Subscribers:

Tasks:

Tags:

Differential Revision: [D40709276](https://our.internmc.facebook.com/intern/diff/D40709276)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/87520
Approved by: https://github.com/jcaip
2022-11-16 21:31:57 +00:00
..
fx
__init__.py [ao] quant_type.py fixing public v private (#87519) 2022-11-15 15:42:31 +00:00
_numeric_suite.py
_numeric_suite_fx.py
fake_quantize.py
fuse_modules.py
fuser_method_mappings.py [ao] fuser_method_mappings.py fixing public v private (#87516) 2022-11-10 21:37:31 +00:00
observer.py
qconfig.py
quant_type.py [ao] quant_type.py fixing public v private (#87519) 2022-11-15 15:42:31 +00:00
quantization_mappings.py
quantize.py [ao] making _is_activation_post_process private (#87520) 2022-11-16 21:31:57 +00:00
quantize_fx.py
quantize_jit.py
stubs.py
utils.py