pytorch/torch/csrc/api
Aaron Gokaslan 0247ed27cc Apply Clang-Tidy readability-container-size-empty (#93236)
Not only is this change usually shorter and more readable, it also can yield better performance. size() is not always a constant time operation (such as on LinkedLists), but empty() always is.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/93236
Approved by: https://github.com/malfet
2023-01-29 23:28:19 +00:00
..
include/torch More fixes found in tidy and libc++ (#93138) 2023-01-28 20:55:16 +00:00
src Apply Clang-Tidy readability-container-size-empty (#93236) 2023-01-29 23:28:19 +00:00