1. 09 1月, 2023 1 次提交
  2. 30 12月, 2022 1 次提交
  3. 13 12月, 2022 1 次提交
  4. 08 12月, 2022 1 次提交
  5. 01 12月, 2022 1 次提交
  6. 29 11月, 2022 1 次提交
  7. 28 11月, 2022 1 次提交
  8. 08 11月, 2022 1 次提交
  9. 03 11月, 2022 1 次提交
  10. 23 10月, 2022 1 次提交
  11. 19 10月, 2022 1 次提交
  12. 27 9月, 2022 1 次提交
  13. 21 9月, 2022 1 次提交
  14. 14 9月, 2022 1 次提交
  15. 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
  16. 02 8月, 2022 1 次提交
  17. 30 6月, 2022 1 次提交
  18. 09 6月, 2022 1 次提交
  19. 08 6月, 2022 1 次提交
  20. 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
  21. 02 6月, 2022 1 次提交
  22. 01 6月, 2022 1 次提交
  23. 23 5月, 2022 1 次提交
  24. 29 4月, 2022 1 次提交
  25. 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
  26. 16 2月, 2022 1 次提交
  27. 24 12月, 2021 1 次提交
  28. 02 12月, 2021 1 次提交
  29. 22 11月, 2021 1 次提交
  30. 05 8月, 2021 1 次提交
  31. 28 7月, 2021 1 次提交
  32. 17 6月, 2021 1 次提交
  33. 14 1月, 2021 1 次提交
  34. 18 12月, 2020 1 次提交
  35. 27 11月, 2020 1 次提交
  36. 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
  37. 11 11月, 2020 1 次提交
  38. 27 10月, 2020 1 次提交
  39. 22 10月, 2020 1 次提交
  40. 17 10月, 2020 1 次提交