pytorch
ce700da7 - [Deploy] Change `numModules` type to `unsigned` (#74978)

Commit
3 years ago
[Deploy] Change `numModules` type to `unsigned` (#74978) Summary: As it should never be negative, should it? Also, add `torch/csrc/deploy` to the list of clang-format checked folders (as they are internally) Last but not least: clang-tidy correctly identifies `totNumModules <= SIZE_MAX / sizeof(struct _frozen) - 1` as unneeded always true check (as `totNumModules` is int32, while SIZE_MAX is int64 and `sizeof(sturct_frozen)` is less than 4Gb ;) ) Pull Request resolved: https://github.com/pytorch/pytorch/pull/74978 Reviewed By: suo, tugsbayasgalan Differential Revision: D35261476 Pulled By: malfet fbshipit-source-id: 8a3432d2d9e96ded3f08baee14ccb43d2635a67d (cherry picked from commit 21f6c33166c8e4e16dcac0248cb9006f69e222a1)
Author
Committer
Parents
Loading