mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/35615 Python 2 has reached end-of-life and is no longer supported by PyTorch. Now we can clean up a lot of cruft that we put in place to support it. These changes were all done manually, and I skipped anything that seemed like it would take more than a few seconds, so I think it makes sense to review it manually as well (though using side-by-side view and ignoring whitespace change might be helpful). Test Plan: CI Differential Revision: D20842886 Pulled By: dreiss fbshipit-source-id: 8cad4e87c45895e7ce3938a88e61157a79504aed |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| adam_op_test.py | ||
| blobs_queue_db_test.py | ||
| channel_shuffle_op_test.py | ||
| concat_split_op_test.py | ||
| conv_op_test.py | ||
| conv_transpose_test.py | ||
| convfusion_op_test.py | ||
| copy_op_test.py | ||
| dropout_op_test.py | ||
| elementwise_sum_op_test.py | ||
| expanddims_squeeze_op_test.py | ||
| fc_op_test.py | ||
| leaky_relu_op_test.py | ||
| LRN_op_test.py | ||
| moment_sgd_op_test.py | ||
| operator_fallback_op_test.py | ||
| order_switch_op_test.py | ||
| pool_op_test.py | ||
| pre_convert_test.py | ||
| relu_op_test.py | ||
| reshape_op_test.py | ||
| shape_op_test.py | ||
| sigmoid_op_test.py | ||
| softmax_op_test.py | ||
| spatial_bn_op_test.py | ||
| test_ideep_net.py | ||
| transform_ideep_net.py | ||
| transpose_op_test.py | ||
| weightedsum_op_test.py | ||