mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
`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 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_bias_correction_eager.py | ||
| test_equalize_eager.py | ||
| test_fuse_eager.py | ||
| test_model_numerics.py | ||
| test_numeric_suite_eager.py | ||
| test_quantize_eager_ptq.py | ||
| test_quantize_eager_qat.py | ||