Commit Graph

766 Commits (440ad999b705ab57831c59c5893d20ce1356aad0)

Author SHA1 Message Date
chengxingyi 60c2536d22 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into develop
7 years ago
tensor-tang 7a7c8fd9e5 simplify some comments and code
7 years ago
tensor-tang e1954857d7 fix bug: merge grad must before backward act.
7 years ago
chengxingyi 7f0c823093 lambda cost bug's fix
7 years ago
tensor-tang 698071cc33 share mkldnn output value data if next layer is cpu device
7 years ago
tensor-tang 6715beaace enable merge output grad of mkldnn
7 years ago
hedaoyuan aa1e92ec9a Merge branch 'develop' of https://github.com/baidu/Paddle into inference
7 years ago
hedaoyuan 8f2c48cf4c Fix Layer.cpp
7 years ago
hedaoyuan adad8d9ed2 Open WITH_TESTING option.
7 years ago
Yi Wang 4558807c48 Use PADDLE_WITH_CUDA instead of PADDLE_WITH_GPU
7 years ago
Yu Yang 84500f9487 Change `PADDLE_ONLY_CPU` to `PADDLE_WITH_GPU`
7 years ago
hedaoyuan bb07120b64 Remove dataproviders.
7 years ago
hedaoyuan 3c66b307f7 Remove the pserver, trainer, evaluators and some useless gradientmachines when compile mobile inference library.
7 years ago
tensor-tang 0a37f2adf0 fix typo
7 years ago
Luo Tao c53d214205 fix compiler warning from MKLDNNLayer and so on
7 years ago
tensor-tang 672c968176 remove gpu code when backward mkldnn_softmax
7 years ago
tensor-tang 2c6ac6297d refine code and remove min clip
7 years ago
tensor-tang 7483087c8c enable mkldnn_softmax
7 years ago
tensor-tang bea39f6314 add compare simple net of mkldnn and cpu
7 years ago
tensor-tang ed27a3be78 add some log info
8 years ago
Tao Luo 4400284685 Merge pull request #4224 from tensor-tang/act
8 years ago
tensor-tang 4ec3a77a43 should run resetBwd before bwdAct
8 years ago
tensor-tang fa722385de refine test_MKLDNN and skip memory copy for relu
8 years ago
Yiqun Liu 8deda323cd Merge pull request #4197 from luotao1/refine_layer
8 years ago
Luo Tao 69c613fb5a refine Layer.cpp for some CostLayer
8 years ago
Yiqun Liu a9202e89cf Merge pull request #3764 from Xreki/build_ios
8 years ago
Tao Luo c15ac20257 Merge pull request #4199 from tensor-tang/mkldnn_act
8 years ago
tensor-tang 9d692e3bcc add gtest for MKLDNN activation and pass them
8 years ago
Luo Tao 70141a73c4 remove unused XXXLayer.h in Layer.cpp
8 years ago
tensor-tang 24f13b1a59 add MKLDNN activation files
8 years ago
Yuan Gao 17bc593ca2 Update DetectionOutputLayer.cpp
8 years ago
Yuan Gao d3deb6faba Update DetectionOutputLayer.cpp
8 years ago
gaoyuan 71b3fbb18a Fix a ssd bug
8 years ago
tensor-tang 49d4b39f28 fix typo and remove some unused code
8 years ago
tensor-tang 37268dbd33 update using exclusive padding for avg-pool
8 years ago
tensor-tang cc28fb4bb3 Merge remote-tracking branch 'upstream/develop' into mkldnn_pool
8 years ago
Luo Tao cc7a7557a2 set CudnnPooling don't include padded values in default
8 years ago
Yu Yang b012013a58 Revert "Do not invoke GPU method when use_gpu=false"
8 years ago
tensor-tang 9d108a21a7 add unit test for mkldnn_pool and pass them
8 years ago
Yu Yang 17e1aa8d43 Do not invoke GPU method when use_gpu=false
8 years ago
tensor-tang 2a98cba2d2 enable mkldnn_pool forward and backward
8 years ago
hedaoyuan b1bca06667 Refine the ExpandConvLayer.
8 years ago
hedaoyuan e4c340e4e7 Bug fix.
8 years ago
hedaoyuan 88b31422b3 Delete ExpandConvBaseLayer.cpp and ExpandConvBaseLayer.h
8 years ago
hedaoyuan 3616ef7739 Remove ExpandConvBaseLayer.
8 years ago
hedaoyuan b3a50d53c9 Remove useless code.
8 years ago
hedaoyuan 2a110af309 Use Matrix::addBias.
8 years ago
tensor-tang d3a86c673b init mkldnn_pool files
8 years ago
tensor-tang b0d9b68a5f unify functions of mkldnn_fc and refine comments
8 years ago
Tao Luo 654344b94c Merge pull request #4032 from tensor-tang/mkldnn-conv
8 years ago