mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
Apparently https://github.com/pytorch/pytorch/pull/78142 made torch.JIT allow for simple generator expressions which allows us to enable rules that replace unnecessary list comprehensions with generators in any/all. This was originally part of #99280 but I split it off into this PR so that it can be easily reverted should anything break. Pull Request resolved: https://github.com/pytorch/pytorch/pull/99890 Approved by: https://github.com/justinchuby, https://github.com/kit1980, https://github.com/malfet |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| apply_categories.py | ||
| categorize.py | ||
| classifier.py | ||
| commitlist.py | ||
| common.py | ||
| explore.ipynb | ||
| namespace_check.py | ||
| READEME.md | ||
| requirements.txt | ||
| test_release_notes.py | ||