mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 00:21:07 +01:00
Summary: This renames the CMake `caffe2` target to `torch`, as well as renaming `caffe2_gpu` to `torch_gpu` (and likewise for other gpu target variants). Many intermediate variables that don't manifest as artifacts of the build remain for now with the "caffe2" name; a complete purge of `caffe2` from CMake variable names is beyond the scope of this PR. The shell `libtorch` library that had been introduced as a stopgap in https://github.com/pytorch/pytorch/issues/17783 is again flattened in this PR. Pull Request resolved: https://github.com/pytorch/pytorch/pull/20774 Differential Revision: D15769965 Pulled By: kostmo fbshipit-source-id: b86e8c410099f90be0468e30176207d3ad40c821 |
||
|---|---|---|
| .. | ||
| batch_permutation_op.cc | ||
| batch_permutation_op.cu | ||
| batch_permutation_op.h | ||
| 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 | ||