1. 04 1月, 2023 1 次提交
  2. 03 1月, 2023 2 次提交
  3. 30 12月, 2022 2 次提交
  4. 29 12月, 2022 1 次提交
  5. 22 12月, 2022 1 次提交
  6. 20 12月, 2022 1 次提交
  7. 19 12月, 2022 1 次提交
  8. 16 12月, 2022 1 次提交
  9. 14 12月, 2022 1 次提交
  10. 13 12月, 2022 2 次提交
  11. 12 12月, 2022 1 次提交
  12. 08 12月, 2022 1 次提交
  13. 07 12月, 2022 1 次提交
  14. 05 12月, 2022 3 次提交
  15. 02 12月, 2022 3 次提交
  16. 01 12月, 2022 1 次提交
  17. 30 11月, 2022 1 次提交
  18. 29 11月, 2022 1 次提交
  19. 28 11月, 2022 1 次提交
  20. 08 11月, 2022 1 次提交
  21. 23 10月, 2022 1 次提交
  22. 27 9月, 2022 1 次提交
  23. 29 8月, 2022 1 次提交
  24. 09 8月, 2022 1 次提交
  25. 13 7月, 2022 1 次提交
  26. 12 7月, 2022 1 次提交
    • X
      [ Dy2Static ]Change NameVisitor in while to FunctionScopeAnalysis (#44155) · c5c6026e
      xiongkun 提交于
      * change NameVisitor to FunctionScopeAnalysis
      
      * polish the logic of undefined var in while_loop. create vars after body execution
      
      * replace old NameVisitor in while and fix all CI
      
      * Togather with CreateVariableTransformer
      
      * add create_variable_transformer
      
      * fix bugs
      
      * merge
      
      * fix some error, TODO: ForNodePreTransform ahead
      
      * merge for unite PR
      
      * fix conflict with base_transformer PR
      
      * fix ci errors, fix [for i in range()] error
      
      * fix according to code review
      c5c6026e
  27. 08 7月, 2022 1 次提交
  28. 28 6月, 2022 1 次提交
  29. 27 6月, 2022 1 次提交
  30. 23 6月, 2022 1 次提交
  31. 05 6月, 2022 1 次提交
    • S
      【code format check upgrade】 step2:yapf (#42944) · a072fca8
      Sing_chan 提交于
      * use yapf to format all python file
      
      * yapf exclude two unittests file for they rely on writing and reading file, and format will break them
      
      * disable diff_py_file because too many diff files cause command following failed
      a072fca8
  32. 11 1月, 2022 1 次提交
    • M
      Jit pre save hook (#38186) · e91f7c02
      Ming-Xu Huang 提交于
      * Pre-save hooks of jit.save
      
      1. Added pre_save_hooks features to jit.save.
      2. Added related unittests
      
      * Added jit pre_save_hooks functions's alias to paddle.jit and copyright.
      
      * Make jit.save_pre_hook style be consisent with Paddle's rule.
      
      * Fixed arguments passing bug in run_save_pre_hooks
      
      * Added API Documents
      
      * Move clear and run_pre_save_hooks as internal methonds only.
      
      * Made register_save_pre_hook as an internal function.
      e91f7c02
  33. 11 6月, 2021 1 次提交