pytorch/test/quantization
Jerry Zhang ad78edee8e Add support for list, tuple and dict in numeric debugger (#143882)
Summary:
Previously numeric debugger only supports torch.Tensor, this PR adds support for list, tuple and dict as well

Test Plan:
python test/test_quantization.py -k test_extract_results_from_loggers_list_output

Reviewers:

Subscribers:

Tasks:

Tags:

Differential Revision: [D67660049](https://our.internmc.facebook.com/intern/diff/D67660049)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/143882
Approved by: https://github.com/dulinriley
2024-12-28 02:10:31 +00:00
..
ao_migration
bc Fix unused Python variables in test/[e-z]* (#136964) 2024-12-18 23:02:30 +00:00
core Revert "[BE][Easy] use pathlib.Path instead of dirname / ".." / pardir (#129374)" 2024-12-26 17:32:23 +00:00
eager Fix unused Python variables in test/[e-z]* (#136964) 2024-12-18 23:02:30 +00:00
fx [Quantization] add an option keep_original_weights in _lower_to_native_backend (#141049) 2024-12-27 04:02:07 +00:00
jit Fix unused Python variables in test/[e-z]* (#136964) 2024-12-18 23:02:30 +00:00
pt2e Add support for list, tuple and dict in numeric debugger (#143882) 2024-12-28 02:10:31 +00:00
serialized
__init__.py