summaryrefslogtreecommitdiff
path: root/caffe2/opt/optimize_ideep.cc
AgeCommit message (Expand)AuthorFilesLines
2019-04-03Upgrade mkldnn-bridge for dnnlowp support (#16308)Gu, Jinghui1-18/+19
2019-03-29support pre-convert filter format for mkldnn training mode and change 'Optimi...Cheng,Penghui1-12/+151
2019-01-11Remove StopGradient op when it is inplace in inference (#12152)wuhuikx1-0/+30
2019-01-07Enable conv+add fusion, same as conv+sum (#15268)Gu, Jinghui1-2/+13
2018-10-29seperate mkl, mklml, and mkldnn (#12170)Gu, Jinghui1-3/+3
2018-09-05caffe2::DeviceType -> at::DeviceType (#11254)Jerry Zhang1-1/+1
2018-08-13Fold AffineChannel to Conv, the same way as BN (for Detectron models) (#10293)jgong51-34/+62
2018-08-10Optimize max_pooling for inference for MKL-DNN/IDEEP device (#10156)jgong51-0/+31
2018-07-16Enable Conv fusion optimizations in optimizeForIdeep (#9255)Gu, Jinghui1-29/+365
2018-07-02Store OperatorDef by copy (#9108)Bram Wasti1-3/+3
2018-06-08[ideep] Fuse Conv-Relu after IDEEP graph rewrite, skip group conv (#8233)Viswanath Sivakumar1-0/+8
2018-05-10[caffe2][nomnigraph] Make conv relu fusion more generic (#7437)Bram Wasti1-2/+2
2018-05-08[caffe2][nomnigraph] Change the standard transform API to take in NNModule ra...Bram Wasti1-6/+3
2018-05-08[Caffe2] Add conv+relu fusion for MKLDNN ops (IDEEP) (#7385)Yinghai Lu1-0/+46