1. 19 11月, 2021 1 次提交
  2. 03 11月, 2021 1 次提交
    • 0
      [Dy2stat]support Python3 type annotation (#36544) · db8425ec
      0x45f 提交于
      * Support Py3 type annotations in @to_static
      
      * support type hint for args in func
      
      * support type hint assign
      
      * if annotation and value(Constant) are diffent type, we use value type
      
      * polish type_from_annotation()
      
      * code format
      
      * code format
      
      * remove useless commentary
      
      * fix review
      Co-authored-by: NAurelius84 <zhangliujie@baidu.com>
      db8425ec
  3. 28 10月, 2021 1 次提交
  4. 27 10月, 2021 1 次提交
  5. 20 10月, 2021 1 次提交
  6. 19 10月, 2021 1 次提交
  7. 12 10月, 2021 1 次提交
  8. 16 9月, 2021 1 次提交
  9. 14 9月, 2021 1 次提交
  10. 03 9月, 2021 1 次提交
  11. 01 9月, 2021 2 次提交
  12. 05 8月, 2021 2 次提交
  13. 28 7月, 2021 1 次提交
  14. 27 7月, 2021 1 次提交
  15. 23 7月, 2021 1 次提交
  16. 22 7月, 2021 1 次提交
  17. 20 7月, 2021 1 次提交
  18. 15 7月, 2021 1 次提交
  19. 14 7月, 2021 1 次提交
  20. 05 7月, 2021 1 次提交
  21. 30 6月, 2021 1 次提交
  22. 24 6月, 2021 1 次提交
  23. 21 6月, 2021 1 次提交
  24. 17 6月, 2021 1 次提交
  25. 16 6月, 2021 1 次提交
  26. 09 6月, 2021 2 次提交
  27. 08 6月, 2021 1 次提交
  28. 04 6月, 2021 1 次提交
    • H
      [Dy2stat] Add Support for paddle.grad (#33110) · 82630f38
      Huihuang Zheng 提交于
      This PR made these changes to support double grad:
      
      1. Translate `paddle.grad` to `paddle.static.gradients` to support double grad for dy2stat.
      2. Fix IfElseTransformer bug which may not change value if "Store before Load" variable is in "Store" statement is in IfElse conditional statement
      3. Add `DOut` to support double grad variables in `run_program_op`
      4. Add support for renaming for double grads for `jit.save/load`
      82630f38
  29. 20 5月, 2021 1 次提交
  30. 19 5月, 2021 1 次提交
  31. 30 4月, 2021 1 次提交
    • H
      [Dy2stat] Fix to_tensor Bug Reported from QA (#32701) · 00268194
      Huihuang Zheng 提交于
      Dy2stat failed when user writes return paddle.to_tensor(xxx), the reason is that visit_Expr doesn't work when the Expr is in return. Some other statements may trigger same bug. To fix it, we re-wrote a transformer to transform paddle.to_tensor to paddle.assign for all Call nodes.
      00268194
  32. 09 4月, 2021 2 次提交
  33. 24 3月, 2021 1 次提交
  34. 11 3月, 2021 1 次提交
  35. 04 3月, 2021 2 次提交