- 19 10月, 2018 1 次提交
-
-
由 Wojciech Uss 提交于
* add MKL-DNN placement pass This patch also refactors conv+bn (includes changes from PR https://github.com/PaddlePaddle/Paddle/pull/13926) updated to use the mkldnn-placement-pass. test=develop * remove redundant pass list * add comment on the default first pass * fix test for conv+relu mkldnn fuse
-
- 18 10月, 2018 3 次提交
-
-
由 Xin Pan 提交于
test=develop
-
由 Wojciech Uss 提交于
This adds a `TODO` comment according to https://github.com/PaddlePaddle/Paddle/issues/13550#issuecomment-430133585 test=develop
-
由 Xin Pan 提交于
test=develop
-
- 17 10月, 2018 3 次提交
-
-
由 Tao Luo 提交于
-
由 Yan Chunwei 提交于
-
由 Xin Pan 提交于
test=develop
-
- 16 10月, 2018 2 次提交
- 15 10月, 2018 7 次提交
- 13 10月, 2018 1 次提交
-
-
由 Xin Pan 提交于
-
- 12 10月, 2018 2 次提交
-
-
由 Sylwester Fraczek 提交于
test=develop
-
由 Xin Pan 提交于
This can cause a lot of problem: 1. Wrong operator implementation, Op can get a wrong type without failure. 2. Anytype can be Get without defined in VarType. Also fix wrong STEP_SCOPE usage. test=develop
-
- 11 10月, 2018 1 次提交
-
-
由 Tao Luo 提交于
-
- 10 10月, 2018 3 次提交
-
-
由 Michal Gallus 提交于
test=develop
-
由 Sylwester Fraczek 提交于
test=develop
-
由 chengduo 提交于
* set the right shape of selected_rows test=develop * enhance check * fix activation_op * remove cast * use ShareDimInfo replace SetDim and ShareLod * use ShareDimAndLod test=develop * follow comment test=develop * check whether the input has lod test=develop * Split ShareDimAndLod test=develop * checkout clip.py test=develop
-
- 09 10月, 2018 1 次提交
-
-
由 dzhwinter 提交于
* "avoid copy back to cpu" * "add infinity support" * "fix ci" * "add cpu macro" * rerun ci; test=develop * "fix api" test=develop * test=develop * test=develop * test=develop * test=develop * test=develop
-
- 08 10月, 2018 4 次提交
-
-
由 Sylwester Fraczek 提交于
review fix review from hshen14 fix test=develop fix error in broadcast and code cleanup rename bias -> eltwise and added macro to shorten code formatting
-
由 Xin Pan 提交于
test=develop
-
由 Xin Pan 提交于
test=develop
-
由 dzhwinter 提交于
* "fix operators cmake" * "rerun ci" test=develop
-
- 01 10月, 2018 1 次提交
-
-
由 Michal Gallus 提交于
test=develop
-
- 30 9月, 2018 2 次提交
-
-
由 sneaxiy 提交于
-
- 29 9月, 2018 5 次提交
- 28 9月, 2018 4 次提交
-
-
由 Jacek Czaja 提交于
test=develop
-
由 Tao Luo 提交于
test=develop
-
由 Jacek Czaja 提交于
test=develop
-
由 Xin Pan 提交于
scope's API modifies its internal state. And scope's API can be called from multiple threads during traing. Hence, we need locks to protect the scope's internal states. We can optimize it in the future. But the current solution is buggy. test=develop
-