mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-15 21:00:47 +00:00
Summary: Add winograd conv method. Users can select the direct conv or winograd conv in the model file. We close the origin pr https://github.com/pytorch/pytorch/pull/12154 and create this new one for better rebasing. Pull Request resolved: https://github.com/pytorch/pytorch/pull/15196 Differential Revision: D13463721 Pulled By: yinghai fbshipit-source-id: c5cd5c8aa7622ae7e52aeabd3dbb8ffb99b9b4ee |
||
|---|---|---|
| .. | ||
| __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 | ||
| convfusion_op_test.py | ||
| copy_op_test.py | ||
| dropout_op_test.py | ||
| elementwise_sum_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 | ||
| pool_op_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 | ||
| squeeze_op_test.py | ||
| test_ideep_net.py | ||
| transform_ideep_net.py | ||
| weightedsum_op_test.py | ||