- 11 10月, 2017 1 次提交
-
-
由 Yu Yang 提交于
-
- 10 10月, 2017 12 次提交
-
-
由 Yu Yang 提交于
-
由 Yu Yang 提交于
-
由 fengjiayi 提交于
-
由 Yu Yang 提交于
1. InferShape should be a method for `OpDescBind` not `Operator`, since `OpDescBind` is a compile-time concept. 2. Pre-create operators and store them into a map. Make InferShape faster
-
由 Luo Tao 提交于
-
由 Yu Yang 提交于
-
由 fengjiayi 提交于
-
由 fengjiayi 提交于
-
由 Abhinav Arora 提交于
* Adding implementation for copying a vector to tensor * Changing Tensor test to access gpu memory indirectly
-
由 Yu Yang 提交于
It will significantly reduce binary size. It is useful for mobile deployment.
-
由 Yu Yang 提交于
-
由 fengjiayi 提交于
-
- 07 10月, 2017 8 次提交
-
-
由 qiaolongfei 提交于
-
由 qiaolongfei 提交于
-
由 Yi Wang 提交于
* Update program.md * Update * Update
-
由 Yan Chunwei 提交于
-
由 fengjiayi 提交于
-
由 qiaolongfei 提交于
-
由 Yan Chunwei 提交于
-
由 qiaolongfei 提交于
-
- 06 10月, 2017 4 次提交
-
-
由 qiaolongfei 提交于
-
由 qiaolongfei 提交于
-
由 qiaolongfei 提交于
-
由 fengjiayi 提交于
-
- 05 10月, 2017 10 次提交
-
-
由 Yu Yang 提交于
-
由 Yu Yang 提交于
-
由 Yu Yang 提交于
-
由 fengjiayi 提交于
-
由 Yu Yang 提交于
-
由 qiaolongfei 提交于
-
由 Yi Wang 提交于
-
由 Yu Yang 提交于
-
由 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'` ```
-
由 fengjiayi 提交于
-
- 04 10月, 2017 5 次提交
-
-
由 qiaolongfei 提交于
-
由 qiaolongfei 提交于
-
由 fengjiayi 提交于
-
由 fengjiayi 提交于
-
由 Yu Yang 提交于
-