1. 25 10月, 2017 1 次提交
    • D
      "Serialize LoDTensor, Save/Restore model" (#4602) · fd2eb550
      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
      fd2eb550
  2. 20 10月, 2017 2 次提交
  3. 17 10月, 2017 2 次提交
  4. 16 10月, 2017 1 次提交
    • Q
      init · 7c0facd1
      qijun 提交于
      7c0facd1
  5. 12 10月, 2017 2 次提交
  6. 11 10月, 2017 1 次提交
  7. 07 10月, 2017 1 次提交
  8. 06 10月, 2017 1 次提交
  9. 02 10月, 2017 1 次提交
  10. 21 9月, 2017 2 次提交
  11. 01 8月, 2017 1 次提交
  12. 31 7月, 2017 2 次提交
  13. 25 7月, 2017 1 次提交
  14. 24 7月, 2017 2 次提交
  15. 14 7月, 2017 1 次提交
    • Q
      Optimize ptr (#2851) · 58f3de95
      Qiao Longfei 提交于
      * use OperatorPtr = std::shared_ptr<OperatorBase>;
      * use ScopePtr = std::share_ptr<Scope>;
      58f3de95
  16. 29 6月, 2017 2 次提交
  17. 28 6月, 2017 5 次提交
  18. 27 6月, 2017 1 次提交