• W
    support save/load single tensor (#31756) · 43367e4b
    WeiXin 提交于
    * support save/load single tensor
    
    * compatibility modification according to unnittest
    
    * Some python2.7 don't have 'copyreg' modules
    
    * Handle a syntax error.
    
    * Dealing with compatibility problems on Mac.
    
    * Dealing with compatibility problems on Mac.
    
    * edit unittest to improve coverage.
    
    * Modify the code according to the review comments
    
    * Reduce redundant code.
    
    * support for static graph loading dygraph state_dict
    
    * edit code according to CI
    
    * edit unittest
    
    * edit unnittest
    
    * delete redundant file
    
    * edit code according to Comments
    
    * edit english doc
    
    * edit english doc
    
    * edit English DOC.
    
    * get/set_tensor->get/set_value; return_numpy=False
    
    * get/set_tensor->get/set_value; return_numpy=False
    
    * edit unnittest
    
    * edit unnittest
    
    * polish code.
    43367e4b
io.py 91.9 KB