pytorch/test/quantization/core
HDCharles 8176cd8c0f [ao] fixing quantized prelu workflow (#103455)
Summary: https://github.com/pytorch/pytorch/issues/100654 noticed prelu
was not running its observers when the quantization flow was being run,
this was a bug which is now fixed and the relevant prelu tests also now
check for this. Also added a corrected observer for PReLU to
qconfig_mapping

Test Plan: python test/test_quantization.py TestStaticQuantizedModule.test_prelu

Reviewers:

Subscribers:

Tasks:

Tags:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/103455
Approved by: https://github.com/jerryzh168
2023-06-23 16:45:40 +00:00
..
experimental Fix flake8 lint errors reported by ruff - take 2 (#99798) 2023-04-23 23:09:51 +00:00
__init__.py
test_backend_config.py
test_docs.py
test_quantized_functional.py
test_quantized_module.py [ao] fixing quantized prelu workflow (#103455) 2023-06-23 16:45:40 +00:00
test_quantized_op.py [codemod][numpy] replace np.str with str (#103931) 2023-06-21 18:16:42 +00:00
test_quantized_tensor.py
test_top_level_apis.py
test_utils.py
test_workflow_module.py
test_workflow_ops.py