pytorch/test/quantization/eager
Yuanyuan Chen 8de85896e0 Enable ruff rule E721 (#165162)
`E721` checks for object type comparisons using == and other comparison operators. This is useful because it is recommended to use `is` for type comparisons.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/165162
Approved by: https://github.com/Skylion007
2025-10-13 01:48:55 +00:00
..
__init__.py
test_bias_correction_eager.py Add __main__ guards to quantization tests (#154728) 2025-06-10 19:46:07 +00:00
test_equalize_eager.py Add __main__ guards to quantization tests (#154728) 2025-06-10 19:46:07 +00:00
test_fuse_eager.py [Easy] enable PYFMT for torch/quantization/eager (#150761) 2025-04-18 05:53:33 +00:00
test_model_numerics.py [Easy] enable PYFMT for torch/quantization/eager (#150761) 2025-04-18 05:53:33 +00:00
test_numeric_suite_eager.py Revert "unskipped mobilenet_v3 quantization and mobilenet_v2 quantization plus tests from https://github.com/pytorch/pytorch/issues/125438 (#157786)" 2025-08-07 13:09:33 +00:00
test_quantize_eager_ptq.py [Easy] enable PYFMT for torch/quantization/eager (#150761) 2025-04-18 05:53:33 +00:00
test_quantize_eager_qat.py Enable ruff rule E721 (#165162) 2025-10-13 01:48:55 +00:00