mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
Summary: As GoogleTest `TEST` macro is non-compliant with it as well as `DEFINE_DISPATCH` All changes but the ones to `.clang-tidy` are generated using following script: ``` for i in `find . -type f -iname "*.c*" -or -iname "*.h"|xargs grep cppcoreguidelines-avoid-non-const-global-variables|cut -f1 -d:|sort|uniq`; do sed -i "/\/\/ NOLINTNEXTLINE(cppcoreguidelines-avoid-non-const-global-variables)/d" $i; done ``` Pull Request resolved: https://github.com/pytorch/pytorch/pull/62008 Reviewed By: driazati, r-barnes Differential Revision: D29838584 Pulled By: malfet fbshipit-source-id: 1b2f8602c945bd4ce50a9bfdd204755556e31d13 |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| group_spatial_softmax_op.cc | ||
| group_spatial_softmax_op.cu | ||
| group_spatial_softmax_op.h | ||
| ps_roi_pool_op.cc | ||
| ps_roi_pool_op.cu | ||
| ps_roi_pool_op.h | ||
| roi_pool_f_op.cc | ||
| roi_pool_f_op.cu | ||
| roi_pool_f_op.h | ||
| sample_as_op.cc | ||
| sample_as_op.cu | ||
| sample_as_op.h | ||
| select_smooth_l1_loss_op.cc | ||
| select_smooth_l1_loss_op.cu | ||
| select_smooth_l1_loss_op.h | ||
| sigmoid_cross_entropy_loss_op.cc | ||
| sigmoid_cross_entropy_loss_op.cu | ||
| sigmoid_cross_entropy_loss_op.h | ||
| sigmoid_focal_loss_op.cc | ||
| sigmoid_focal_loss_op.cu | ||
| sigmoid_focal_loss_op.h | ||
| smooth_l1_loss_op.cc | ||
| smooth_l1_loss_op.cu | ||
| smooth_l1_loss_op.h | ||
| softmax_focal_loss_op.cc | ||
| softmax_focal_loss_op.cu | ||
| softmax_focal_loss_op.h | ||
| spatial_narrow_as_op.cc | ||
| spatial_narrow_as_op.cu | ||
| spatial_narrow_as_op.h | ||
| upsample_nearest_op_test.py | ||
| upsample_nearest_op.cc | ||
| upsample_nearest_op.cu | ||
| upsample_nearest_op.h | ||