1. 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
  2. 05 3月, 2020 7 次提交
  3. 04 3月, 2020 6 次提交
  4. 03 3月, 2020 9 次提交
  5. 02 3月, 2020 14 次提交
  6. 01 3月, 2020 2 次提交
  7. 28 2月, 2020 1 次提交
    • L
      fix dygraph_to_static_ouput and add a new decorator. (#22785) · 68a92e46
      liym27 提交于
      * change dygraph_to_static_output to dygraph_to_static_graph. test=develop
      
      * Remove duplicate code. test=develop
      
      * Follow comments from Liujie. test=develop
      
      * change dygraph_to_static_output to dygraph_to_static_graph. test=develop
      68a92e46