- 06 11月, 2017 1 次提交
-
-
由 fengjiayi 提交于
* Add GetFineGrainedLoDLength and AppendLoD * Follow comments and fix bugs * fix a compile error * fix a compile bug
-
- 26 10月, 2017 2 次提交
-
-
由 Yu Yang 提交于
* Init * Stash * Polish SaveLoadOp * Fix CI * Polish code * Save GPU Tensor * Stash * Fix CI
-
由 Yan Chunwei 提交于
-
- 25 10月, 2017 1 次提交
-
-
由 dzhwinter 提交于
* "add model format design doc" * "add restore function" * "add parse protobuf" * "move necessary information to saver.proto" * "format code" * "add gpu option" * "add lod info" * "add saveop python test wrapper" * "checkpoint reuse save operator" * "rewrite model format design doc" * "async support needed" * "fix run once" * "fix doc based on comments" * "refine based on comments" * "fix based comments" * "remove persistable flag from framework.proto" * "add IndicateDataType to restore op" * "add save test" * "modify save restore code" * "modified the restore logic" * rm checkpoint_op.cc * rm test_checkpoint_op.py * "get inputs outputs name from execution context" * Saving each variable to a independent file * Fix bugs * Rewrite save_restore_op_test with new Python framework * Move `SaveOp` and `RestoreOp` from OpWithKernel to OpBase * Refine unit test of SaveOp and RestoreOp * fix compile errorwq
-
- 24 10月, 2017 1 次提交
-
-
由 wanghaoshuang 提交于
-
- 23 10月, 2017 1 次提交
-
-
由 wanghaoshuang 提交于
-
- 21 10月, 2017 1 次提交
-
-
由 Yan Chunwei 提交于
-
- 19 10月, 2017 3 次提交
-
-
由 wanghaoshuang 提交于
1. Add more comments and exmples 2. Rename repeat_lod to expand_lod 3. Remove unused head file
-
由 wanghaoshuang 提交于
-
由 wanghaoshuang 提交于
-
- 18 10月, 2017 1 次提交
-
-
由 wanghaoshuang 提交于
-
- 15 10月, 2017 3 次提交
- 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'` ```
-
- 28 9月, 2017 1 次提交
-
-
由 Yan Chunwei 提交于
* some enforce change * add LoDTensor::NumElements(id,id) * update * init * finish * refacter interfaces
-
- 23 9月, 2017 3 次提交
-
-
由 Yan Chunwei 提交于
-
由 superjom 提交于
-
由 superjom 提交于
-
- 13 9月, 2017 2 次提交
-
-
由 dangqingqing 提交于
-
由 dangqingqing 提交于
-
- 11 9月, 2017 2 次提交
-
-
由 dangqingqing 提交于
-
由 dangqingqing 提交于
-
- 07 9月, 2017 1 次提交
-
-
由 Yan Chunwei 提交于
-
- 31 8月, 2017 2 次提交
- 14 8月, 2017 2 次提交
-
-
由 liaogang 提交于
-
由 Yan Chunwei 提交于
* remove SliceCopied * remove SliceCopied * rename SliceShared to SliceLevels, SliceInLevel * merge lod_tensor/details * remove lod_start_pos_'s shared_ptr * make lod-tensor a special tensor * add clone to lod_tensor * add lod tensor impl * add lodtensor clone test * init lod * add equal * merge LOD and its methods * recover tensor and variable * change thrust to host_vector
-
- 09 8月, 2017 1 次提交
-
-
由 Yan Chunwei 提交于
* add lodtensor * add reshape of lod * add details * rename Elements/Levels * size_t and vector reserve * add details * add const& std::shared_ptr * add lod_tensor_impl.h * remove a shared_ptr
-