1. 30 11月, 2020 1 次提交
    • W
      save model after jit.load (#28748) · 1476e1f9
      WeiXin 提交于
      * Changed a variable name error
      
      * Add comments
      
      * Move member functions of TranslatedLayer out of function
      
      * edit code according to review
      
      * Edit input argument of '_run_static_graph'
      
      * reset due to Segmentation fault
      
      * rename variables when stitching graph
      
      * modify code according CI
      
      * Add comments to '__i_m_p_l__'
      
      * remove blanks befor 'Get...'
      
      * edit code according to review
      
      * Add a comment to '_execution_method_creator'
      
      * Edit a comment to '_execution_method_creator'
      1476e1f9
  2. 25 11月, 2020 1 次提交
    • W
      Rename variables when use 'jit.load' (#28933) · fafadbab
      WeiXin 提交于
      * Rename variables when use 'jit.load'
      
      * Check whether the original graph contains the variable with the same name
      
      * add comment
      
      * rename output/input of op and edit unittest
      
      * modify the code according to CI
      
      * edit code according to CI
      
      * edit code according to CI
      
      * edit code according to CI
      
      * edit code according to CI
      
      * edit code according to CI
      
      * edit code according to CI
      fafadbab
  3. 23 11月, 2020 1 次提交
  4. 06 11月, 2020 1 次提交
    • W
      refine jit.save/load to add support for other method, not only forward (#28376) · b5e662f8
      WeiXin 提交于
      * refine jit.save/load to add support for other method, not only forward
      
      * refine the code based on unit tests
      
      * Add unit test for the code
      
      * Add unit test for the code
      
      * Modify the code according to the unit test
      
      * Delete useless comments, save only one info file, etc.
      
      * remove static_mode_white_list.pyc
      
      * edit the code that generate 'extra_var_info'
      b5e662f8
  5. 11 10月, 2020 1 次提交
  6. 29 9月, 2020 1 次提交
  7. 16 9月, 2020 1 次提交
  8. 11 9月, 2020 1 次提交
  9. 06 9月, 2020 1 次提交
  10. 03 9月, 2020 1 次提交
  11. 27 8月, 2020 1 次提交
  12. 21 8月, 2020 1 次提交
  13. 13 8月, 2020 1 次提交
  14. 07 8月, 2020 1 次提交
  15. 14 7月, 2020 1 次提交
    • C
      [Dy2static] Refactor ProgramTranslator save_inference_model API (#24989) · 41d22472
      Chen Weihang 提交于
      * experimental refactoring, test=develop
      
      * add TranslatedLayer & remove StaticModelRunner, test=develop
      
      * revert tracedlayer change, test=develop
      
      * fix test_mnist unittest error, test=develop
      
      * add doc & examples, test=develop
      
      * polish doc details, test=develop
      
      * add imperative.jit module, test=develop
      
      * change TranslatedLayer pos, test=develop
      
      * adjust jit module import path, test=develop
      
      * polish doc based review result
      
      * add SaveLoadConfig.separate_params to save paraams separately
      
      * add Layer.buffer support, test=develop
      
      * polish doc details based review result, test=develop
      
      * polish details baesd review comments, test=develop
      
      * add empty str check for param, test=develop
      
      * add unittests, test=develop
      
      * polish details based review comment, test=develop
      
      * remove blanks in comment, test=develop
      
      * polish doc details, test=develop
      
      * update imperative doc link, test=develop
      
      * add api attr for load, test=develop
      41d22472