- 20 10月, 2017 1 次提交
-
-
由 Yu Yang 提交于
* Remove template parameter for Tensor methods * Also check the type is correct when data() * Simplize holder_ * Fix accuracy_op * Register Code
-
- 12 10月, 2017 1 次提交
-
-
由 QI JUN 提交于
* init * unify CopyFrom interface * fix gpu build error * fix bug in tensor_py.h * refine code comments and add TODO list * fix conflicts in FeedOp and FetchOp
-
- 10 10月, 2017 1 次提交
-
-
由 Abhinav Arora 提交于
* Adding implementation for copying a vector to tensor * Changing Tensor test to access gpu memory indirectly
-
- 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'` ```
-
- 23 9月, 2017 1 次提交
-
-
由 Yu Yang 提交于
* It is duplicated with `dim_`. We can use `dim_` to calculate `numel` everytime. It does not cost too much. * `numel` is not initialized by constructor. Also, `numel` is hard to synchronize with `dim_`. So just remove it.
-
- 13 9月, 2017 3 次提交
-
-
由 dangqingqing 提交于
-
由 dangqingqing 提交于
-
由 hedaoyuan 提交于
-
- 12 9月, 2017 1 次提交
-
-
由 qingqing01 提交于
-
- 07 9月, 2017 2 次提交
-
-
由 qingqing01 提交于
-
由 fengjiayi 提交于
-
- 06 9月, 2017 3 次提交
- 05 9月, 2017 1 次提交
-
-
由 fengjiayi 提交于
-
- 31 8月, 2017 1 次提交
-
-
由 qijun 提交于
-
- 10 8月, 2017 2 次提交
- 08 8月, 2017 1 次提交
-
-
由 Yan Chunwei 提交于
* fix some enforce * remove compatible_type to avoid compile error * remove shared_ptr * fix tensor error msg
-
- 03 8月, 2017 1 次提交
-
-
由 Yi Wang 提交于
-
- 31 7月, 2017 2 次提交
- 28 7月, 2017 2 次提交
- 25 7月, 2017 2 次提交