pytorch/test/quantization/pt2e
Shangdi Yu bb574abe73 [BC-Breaking]Remove capture_pre_autograd_graph references in quantization (#139505)
Summary:
As title

This is a BC-breaking change because graph produced by "capture_pre_autograd_graph" cannot be input to quantization anymore. But this is ok, since this API is deprecated for a while and is going to be deleted. We have removed all call sites of it.

We remove the deprecated API references in code, docs, and tests.

We also removed two tests that specific to capture_pre_autograd_graph API.

Test Plan: CI

Differential Revision: D65351887

Pull Request resolved: https://github.com/pytorch/pytorch/pull/139505
Approved by: https://github.com/tugsbayasgalan, https://github.com/andrewor14, https://github.com/jerryzh168
2024-12-13 22:26:22 +00:00
..
test_duplicate_dq.py
test_graph_utils.py
test_metadata_porting.py Enhance "from_node" node meta to track source recursively (#142066) 2024-12-09 23:39:15 +00:00
test_numeric_debugger.py debug handler maintain through decomposition (#141612) 2024-12-12 12:26:45 +00:00
test_quantize_pt2e.py [pt2e][quant] Make move_exported_model_to_train/eval idempotent (#142239) 2024-12-09 16:50:20 +00:00
test_quantize_pt2e_qat.py [BC-Breaking]Remove capture_pre_autograd_graph references in quantization (#139505) 2024-12-13 22:26:22 +00:00
test_representation.py
test_x86inductor_quantizer.py [Quant][PT2E][X86] annotate and convert for linear_dynamic_fp16 (#141480) 2024-11-29 07:48:39 +00:00
test_xnnpack_quantizer.py [PT2E Quantization] Fix RecursionError when prepare_pt2e graph with concat of the same node (#141651) 2024-11-29 09:19:22 +00:00