1. 20 1月, 2023 1 次提交
  2. 17 1月, 2023 4 次提交
  3. 12 1月, 2023 1 次提交
  4. 11 1月, 2023 2 次提交
    • A
      [D2SCinn]Fix self.infer_program always build cinn pass without cache (#49696) · 18a7e13f
      Aurelius84 提交于
      * [D2SCinn]Fix self.infer_program always build cinn pass without cache
      
      * fix infer op size
      18a7e13f
    • R
      [Dy2St] 移除 ProgramTranslator (#49628) · 2bb28f31
      Ryan 提交于
      * add enable_to_static and drop some methods of ProgramTranslator
      
      * fix code style
      
      * fix cant import enable_to_static and update unitest
      
      * change unitest and rollback code of PT
      
      * fix can't import as of utils
      
      * roll back PT
      
      * fix roll back
      
      * add some unitest
      
      * add unitest and fix codestyle bug in api.py
      
      * finish all unitest
      
      * remove ProgramTranslator
      
      * fix code style
      
      * restore test_program_translator
      
      * api.py remove get_func
      
      * TestDygraphToStaticCode
      
      * fix check_type and import err
      
      * roll back PT without getcode
      
      * roll back pt with get_code
      
      * convert_to_static
      
      * fix import __all__
      2bb28f31
  5. 10 1月, 2023 1 次提交
  6. 09 1月, 2023 2 次提交
  7. 06 1月, 2023 1 次提交
  8. 05 1月, 2023 1 次提交
  9. 03 1月, 2023 2 次提交
  10. 30 12月, 2022 2 次提交
  11. 29 12月, 2022 1 次提交
  12. 19 12月, 2022 1 次提交
  13. 16 12月, 2022 1 次提交
  14. 14 12月, 2022 1 次提交
  15. 13 12月, 2022 2 次提交
  16. 12 12月, 2022 1 次提交
  17. 08 12月, 2022 1 次提交
  18. 07 12月, 2022 1 次提交
  19. 05 12月, 2022 3 次提交
  20. 02 12月, 2022 3 次提交
  21. 01 12月, 2022 1 次提交
  22. 30 11月, 2022 1 次提交
  23. 29 11月, 2022 1 次提交
  24. 28 11月, 2022 1 次提交
  25. 23 10月, 2022 1 次提交
  26. 27 9月, 2022 1 次提交
  27. 29 8月, 2022 1 次提交
  28. 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