• 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
scope.cc 2.4 KB