Files
pytorch/test/optim
cyy b5a4cde874 [6/N] Use key in dict for existence checks (#168350)
This PR uses `key in dict` expressions for existence checks of dict elements in Python code. This operation is more efficient than `key in dict.keys()`.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/168350
Approved by: https://github.com/albanD
2025-11-25 00:22:21 +00:00
..
2025-10-21 03:30:57 +00:00