1. 03 6月, 2020 2 次提交
  2. 28 5月, 2020 2 次提交
  3. 26 5月, 2020 1 次提交
  4. 19 5月, 2020 1 次提交
  5. 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
  6. 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
  7. 04 4月, 2020 1 次提交
  8. 31 3月, 2020 1 次提交
  9. 29 3月, 2020 1 次提交
  10. 26 3月, 2020 1 次提交
  11. 19 3月, 2020 1 次提交
  12. 17 3月, 2020 1 次提交
  13. 11 3月, 2020 2 次提交
  14. 06 3月, 2020 1 次提交
    • H
      Fix NameVisitor bugs (#22847) · 0d463d3b
      Huihuang Zheng 提交于
      1. copy.deepcopy in NameVisitor should be changed to copy.copy to make hash or set work
      2. read_context should be type of gast.Load()/gast.AugLoad(), not gast.Load/gast.AugLoad
      0d463d3b
  15. 05 3月, 2020 1 次提交