- 28 3月, 2018 1 次提交
-
-
由 guosheng 提交于
-
- 22 3月, 2018 2 次提交
-
-
由 qingqing01 提交于
* Temporarily fix bug for backward tanspiler when using parallel_do operator. * Fix bug for backward tanspiler when using parallel_do operator
-
由 gongweibao 提交于
-
- 21 3月, 2018 7 次提交
-
-
由 Yu Yang 提交于
-
由 guosheng 提交于
-
由 Jacek Czaja 提交于
removed diagnostic - Added Unit tests for Softmax MKLDNN Forward Added fix for div by 0 to happen in cross_entropy backward Conflicts: paddle/fluid/operators/CMakeLists.txt - Cosmetic fixes to SoftMax MKLDNN fluid operator Added misssing softmax fluid operator file Disabled MKLDNN softmax operator by default Fix to softmax op unittest merge clang_formater fixes clang_formatter fixes - Name changing of softmax mkldnn operator to maintin consistency across codebase - updated comment fix to comment
-
由 guosheng 提交于
-
由 Kexin Zhao 提交于
-
由 Kexin Zhao 提交于
-
由 Kexin Zhao 提交于
-
- 20 3月, 2018 13 次提交
-
-
由 fengjiayi 提交于
-
由 fengjiayi 提交于
-
由 typhoonzero 提交于
-
由 fengjiayi 提交于
-
由 typhoonzero 提交于
-
由 Kexin Zhao 提交于
-
由 wanghaoshuang 提交于
-
由 yangyaming 提交于
-
由 fengjiayi 提交于
-
由 Kexin Zhao 提交于
-
由 Kexin Zhao 提交于
-
由 Kexin Zhao 提交于
-
由 Xi Chen 提交于
-
- 19 3月, 2018 9 次提交
-
-
由 yangyaming 提交于
-
由 fengjiayi 提交于
-
由 yangyaming 提交于
-
由 caoying03 提交于
-
由 fengjiayi 提交于
-
由 fengjiayi 提交于
-
由 Kexin Zhao 提交于
-
由 Kexin Zhao 提交于
-
由 Kexin Zhao 提交于
-
- 18 3月, 2018 5 次提交
-
-
由 wanghaoshuang 提交于
1. Rename inputs and outputs 2. Add some comments
-
由 typhoonzero 提交于
-
由 fengjiayi 提交于
-
由 fengjiayi 提交于
-
由 Kexin Zhao 提交于
-
- 17 3月, 2018 3 次提交
-
-
由 Kexin Zhao 提交于
-
由 xuwei06 提交于
The error is: paddle/fluid/operators/math/concat.cc:47:72: error: invalid initialization of non-const reference of type 'paddle::platform::CPUPlace&' from an rvalue of type 'paddle::platform::CPUPlace' auto& cpu_place = boost::get<platform::CPUPlace>(context.GetPlace()); Should not use reference for cpu_place.
-
由 Kexin Zhao 提交于
-