1. 02 7月, 2020 1 次提交
  2. 19 6月, 2020 1 次提交
  3. 09 6月, 2020 1 次提交
  4. 03 6月, 2020 1 次提交
  5. 21 5月, 2020 1 次提交
  6. 19 5月, 2020 1 次提交
  7. 18 5月, 2020 1 次提交
    • C
      [Dy2static] Add for enumerate Variable support (#24398) · 03ba5b74
      Chen Weihang 提交于
      * initial test
      
      * for enumerate basic implement, test=develop
      
      * update unittests, test=develop
      
      * refine unittests to adapt new training mode, test=develop
      
      * refactor for node stmts parsing code, test=develop
      
      * self-review & polish details, test=develop
      03ba5b74
  8. 13 5月, 2020 1 次提交
  9. 12 5月, 2020 1 次提交
  10. 24 4月, 2020 1 次提交
    • L
      [Dy2Stat] Optimize loop cond (#24049) · 2961a4f0
      liym27 提交于
      * Simplify code for gast.If in is_control_flow_to_transform.
      * Move IsControlFlowVisitor to file utils. 
      * Don't use convert_call for build-in func in CallTransformer. 
      * Optimize api is_control_flow_to_transform. 
      * Polish the document of IsControlFlowVisitor.
      2961a4f0
  11. 17 4月, 2020 1 次提交
  12. 10 4月, 2020 1 次提交
  13. 04 4月, 2020 1 次提交
  14. 24 3月, 2020 2 次提交
  15. 19 3月, 2020 2 次提交
  16. 17 3月, 2020 1 次提交
  17. 14 3月, 2020 1 次提交
  18. 12 3月, 2020 1 次提交
  19. 11 3月, 2020 2 次提交
  20. 07 3月, 2020 1 次提交
  21. 06 3月, 2020 1 次提交
  22. 27 2月, 2020 1 次提交
  23. 24 2月, 2020 1 次提交
    • L
      support dygraph basic api transformed to static api (#22678) · 68c76793
      liym27 提交于
      * support dygraph to static graph for simple case.
      
      * add test for dygraph API recognition. test=develop
      
      * support basic to_variable api. test=develop
      
      * update dict: dygraph_class_to_static_api
      
      * add all tests of dygraph api. test=develop
      
      * use gast/astor instead of ast/codegen for the compatibility of PY2 and PY3. test=develop
      
      * add arg 'num_flatten_dims' for fc ast node. test=develop
      
      * Modify names of class by Camel-Case.
      68c76793