1. 17 1月, 2023 1 次提交
  2. 11 1月, 2023 1 次提交
    • 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
  3. 09 1月, 2023 1 次提交
  4. 30 12月, 2022 1 次提交
  5. 13 12月, 2022 1 次提交
  6. 08 12月, 2022 1 次提交
  7. 01 12月, 2022 1 次提交
  8. 29 11月, 2022 1 次提交
  9. 28 11月, 2022 1 次提交
  10. 08 11月, 2022 1 次提交
  11. 03 11月, 2022 1 次提交
  12. 23 10月, 2022 1 次提交
  13. 19 10月, 2022 1 次提交
  14. 27 9月, 2022 1 次提交
  15. 21 9月, 2022 1 次提交
  16. 14 9月, 2022 1 次提交
  17. 09 9月, 2022 1 次提交
    • X
      [ Dy2Static ] convert_call support staticmethod for class. (#44983) · d0096eaf
      xiongkun 提交于
      * convert_call support staticmethod for class.
      
      * while support for python container.
      It is convenient to convert more dynamic graph codes into static graphs.
      
      * cond support python container
      
      * add unittest for staticmethod convert_call
      
      * fix bugs
      
      * add unittest for item interface
      
      * fix bugs
      
      * change to np.testing.assert_allclose
      
      * code format
      
      * fix comments.
      
      * code format
      d0096eaf
  18. 02 8月, 2022 1 次提交
  19. 30 6月, 2022 1 次提交
  20. 09 6月, 2022 1 次提交
  21. 08 6月, 2022 1 次提交
  22. 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
  23. 02 6月, 2022 1 次提交
  24. 01 6月, 2022 1 次提交
  25. 23 5月, 2022 1 次提交
  26. 29 4月, 2022 1 次提交
  27. 25 3月, 2022 1 次提交
    • J
      Refactor Dygraph Flags (#40786) · 3085d5e4
      Jiabin Yang 提交于
      * refactor eager flags
      
      * fix flags error when we switch from eager to dygraph
      
      * fix ci problem
      
      * fix ci
      
      * fix ci
      
      * merge develop and fix code style
      
      * merge develop and fix code style
      
      * fix op test error
      
      * fix op test error
      
      * fix op test error
      
      * fix op test error
      
      * fix op test error
      
      * merge develop
      3085d5e4
  28. 16 2月, 2022 1 次提交
  29. 24 12月, 2021 1 次提交
  30. 02 12月, 2021 1 次提交
  31. 22 11月, 2021 1 次提交
  32. 05 8月, 2021 1 次提交
  33. 28 7月, 2021 1 次提交
  34. 17 6月, 2021 1 次提交
  35. 14 1月, 2021 1 次提交
  36. 18 12月, 2020 1 次提交
  37. 27 11月, 2020 1 次提交
  38. 19 11月, 2020 1 次提交
    • L
      [Dynamic-to-Static ErrorMessage] Support dy2stat error message when call... · 9881738e
      liym27 提交于
      [Dynamic-to-Static ErrorMessage] Support dy2stat error message when call jit.save and polish error message (#28713)
      
      * Support dy2stat error message when call jit.save;
      
      * Polish dy2stat error message:
        (1) the original dygraph code is marked with (* user code *) ; 
        (2) "In user code:" -> "In transformed code:"
      9881738e
  39. 11 11月, 2020 1 次提交
  40. 27 10月, 2020 1 次提交