- 01 7月, 2018 1 次提交
-
-
由 Xin Pan 提交于
-
- 12 2月, 2018 1 次提交
-
-
由 qingqing01 提交于
-
- 02 11月, 2017 1 次提交
-
-
由 武毅 提交于
* refine evaluator op types * update * follow comments * update * fix v2 mnist case * fix v2 mnist case * update * update * hack auc evaluator for dense vec * follow comments
-
- 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'` ```
-
- 27 6月, 2017 1 次提交
-
-
由 hedaoyuan 提交于
Change the CpuMatrix::copyFrom and CpuVector::copyFrom with the stream parameter to the synchronous interface.
-
- 16 6月, 2017 1 次提交
-
-
由 xuwei06 提交于
No longer need to use SubsequenceInput. The framework will detect.
-
- 12 12月, 2016 1 次提交
-
-
由 Yu Yang 提交于
-
- 09 12月, 2016 1 次提交
-
-
由 Yi Wang 提交于
-
- 22 11月, 2016 3 次提交
- 21 11月, 2016 1 次提交
-
-
由 Yu Yang 提交于
* Because it is a cuda source file, and we need to support c++ 03 in cuda.
-
- 20 11月, 2016 1 次提交
-
-
由 Yu Yang 提交于
* Different Type compare. * ostream << should pass a const object. * remove always true checks.
-
- 12 11月, 2016 1 次提交
-
-
由 Haonan 提交于
-
- 14 9月, 2016 1 次提交
-
-
由 Haonan 提交于
* by default, synchronize default_stream after resizeAndCopyFrom * add sync in some places after resizeAndCopyFrom using other streams
-
- 29 8月, 2016 1 次提交
-
-
由 zhangjinchao01 提交于
ISSUE=4586495 git-svn-id: https://svn.baidu.com/idl/trunk/paddle@1408 1ad973e4-5ce8-4261-8a94-b56d1f490c56
-