- 16 4月, 2018 1 次提交
-
-
由 Yan Chunwei 提交于
-
- 06 4月, 2018 1 次提交
-
-
由 Lei Wang 提交于
-
- 21 1月, 2018 1 次提交
-
-
由 dzhwinter 提交于
* "fix decode bug" * "follow commnet" * "fix error" * "fix hook bug" * fix based comment * fix copyright * fix based on comment
-
- 15 1月, 2018 1 次提交
-
-
由 dzhwinter 提交于
* add copyright hook * add copyright hook * refine copyright hook * "test copyright hook" * fix check style * fix ci
-
- 04 1月, 2018 2 次提交
-
-
由 tensor-tang 提交于
-
由 tensor-tang 提交于
-
- 12 12月, 2017 1 次提交
-
-
由 tensor-tang 提交于
-
- 06 11月, 2017 1 次提交
-
-
由 Yiqun Liu 提交于
-
- 05 10月, 2017 2 次提交
-
-
由 Yi Wang 提交于
-
由 Yu Yang 提交于
By shell command ```bash sed -i 's#ifdef PADDLE_ONLY_CPU#ifndef PADDLE_WITH_GPU#g' `find ./paddle/ -name '*.h' -o -name '*.cc' -o -name '*.cpp' -o -name '*.c' -o -name '*.cu'` sed -i 's#ifndef PADDLE_ONLY_CPU#ifdef PADDLE_WITH_GPU#g' `find ./paddle/ -name '*.h' -o -name '*.cc' -o -name '*.cpp' -o -name '*.c' -o -name '*.cu'` ```
-
- 07 9月, 2017 1 次提交
-
-
由 hedaoyuan 提交于
-
- 29 8月, 2017 1 次提交
-
-
由 Liu Yiqun 提交于
-
- 17 8月, 2017 1 次提交
-
-
由 tensor-tang 提交于
-
- 10 8月, 2017 1 次提交
-
-
由 liaogang 提交于
-
- 08 8月, 2017 1 次提交
-
-
由 tensor-tang 提交于
-
- 04 8月, 2017 1 次提交
-
-
由 tensor-tang 提交于
-
- 27 7月, 2017 1 次提交
-
-
由 Yu Yang 提交于
Also remove operator bool in Error. The Error should be removed later because it is not necessary for Paddle. We are now using Enforce to handle error.
-
- 15 7月, 2017 1 次提交
-
-
由 liaogang 提交于
-
- 05 7月, 2017 1 次提交
-
-
由 Yu Yang 提交于
Use CHECK instead of PCHECK, because PCHECK is used for errno.
-
- 04 7月, 2017 1 次提交
-
-
由 Yu Yang 提交于
The implementation of BarrierStat is buggy, and it is not necessary for Paddle to diagnose which node in cluster is slow.
-
- 28 6月, 2017 3 次提交
- 26 6月, 2017 1 次提交
-
-
由 Yu Yang 提交于
__must_check is a macro mark of function return value. It let developer must check the return value is legal or not.
-
- 20 6月, 2017 1 次提交
-
-
由 xuwei06 提交于
1. v2.layer.parse_network does not correctly handle the generation output. 2. GatherAgentLayer does not correctly handle generation output when batch_size > 1 3. Fix CustomStackTrace for rnn group
-
- 27 5月, 2017 1 次提交
-
-
由 Liu Yiqun 提交于
-
- 26 5月, 2017 1 次提交
-
-
由 Yu Yang 提交于
-
- 12 5月, 2017 2 次提交
- 08 5月, 2017 2 次提交
- 04 5月, 2017 2 次提交
- 03 5月, 2017 1 次提交
-
-
由 liaogang 提交于
-
- 02 5月, 2017 3 次提交
- 20 4月, 2017 1 次提交
-
-
由 hedaoyuan 提交于
-
- 14 4月, 2017 1 次提交
-
-
由 Yu Yang 提交于
* set PYTHON_HOME outside the paddle processes.
-
- 10 4月, 2017 1 次提交
-
-
由 Yu Yang 提交于
* Also test std::vector * Use std::vector to PadConf
-