pytorch/caffe2/python/ideep
Cheng,Penghui 376bb40379 Implementation convolutionTranspose operator for mkl-dnn (#12866)
Summary:
the speed-up of a single operation is up to 2-3X on BDW.
This PR depend on https://github.com/pytorch/pytorch/pull/14308
Pull Request resolved: https://github.com/pytorch/pytorch/pull/12866

Differential Revision: D13936110

Pulled By: ezyang

fbshipit-source-id: 34e3c2ca982a41e8bf556e2aa0477c999fc939d3
2019-02-20 17:26:10 -08:00
..
__init__.py Add __init__.py so files get picked up on install (#14898) 2018-12-07 13:40:23 -08:00
adam_op_test.py Add/fallback some operators for mkl-dnn (#11696) 2019-01-11 12:53:06 -08:00
blobs_queue_db_test.py Add/fallback some operators for mkl-dnn (#11696) 2019-01-11 12:53:06 -08:00
channel_shuffle_op_test.py Implementation of ChannelShuffle Op for MKLDNN (#15106) 2018-12-12 20:25:12 -08:00
concat_split_op_test.py Fallback to CPU concat op to handle TensorCPU inputs (#15263) 2019-01-07 11:13:23 -08:00
conv_op_test.py Add Winograd Conv method for CPU (#15196) 2019-02-01 16:41:30 -08:00
conv_transpose_test.py Implementation convolutionTranspose operator for mkl-dnn (#12866) 2019-02-20 17:26:10 -08:00
convfusion_op_test.py Enable conv+add fusion, same as conv+sum (#15268) 2019-01-07 14:42:45 -08:00
copy_op_test.py support 0 size in any of the tensor dimensions in mkldnn (#15295) 2019-01-04 22:33:18 -08:00
dropout_op_test.py seperate mkl, mklml, and mkldnn (#12170) 2018-10-29 10:52:55 -07:00
elementwise_sum_op_test.py Fallback sum/add to CPU if needed (#15267) 2019-02-06 09:35:14 -08:00
expanddims_squeeze_op_test.py Impl ExpandDims op and fallback to CPU if needed (#15264) 2019-02-08 12:04:53 -08:00
fc_op_test.py Implementation of WeightedSum op for mkl-dnn and fix FC op output shape issue. 2018-12-07 12:35:19 -08:00
leaky_relu_op_test.py Add/fallback some operators for mkl-dnn (#11696) 2019-01-11 12:53:06 -08:00
LRN_op_test.py seperate mkl, mklml, and mkldnn (#12170) 2018-10-29 10:52:55 -07:00
moment_sgd_op_test.py seperate mkl, mklml, and mkldnn (#12170) 2018-10-29 10:52:55 -07:00
operator_fallback_op_test.py seperate mkl, mklml, and mkldnn (#12170) 2018-10-29 10:52:55 -07:00
pool_op_test.py seperate mkl, mklml, and mkldnn (#12170) 2018-10-29 10:52:55 -07:00
relu_op_test.py seperate mkl, mklml, and mkldnn (#12170) 2018-10-29 10:52:55 -07:00
reshape_op_test.py Support int64_t shape data for ideep reshape op 2019-01-30 09:00:09 -08:00
shape_op_test.py Impl Shape op for mkldnn (#15266) 2019-01-25 11:04:57 -08:00
sigmoid_op_test.py Add sigmoid op based on MKL-DNN 2018-11-19 22:56:35 -08:00
softmax_op_test.py seperate mkl, mklml, and mkldnn (#12170) 2018-10-29 10:52:55 -07:00
spatial_bn_op_test.py seperate mkl, mklml, and mkldnn (#12170) 2018-10-29 10:52:55 -07:00
test_ideep_net.py [Caffe2] Fix of the performance issue of IDEEP (#7503) 2018-05-11 13:43:41 -07:00
transform_ideep_net.py [Caffe2] Ideep net optmization passes (#7514) 2018-05-11 23:50:18 -07:00
weightedsum_op_test.py Implementation of WeightedSum op for mkl-dnn and fix FC op output shape issue. 2018-12-07 12:35:19 -08:00