• 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
test_dygraph_to_static_loop.py 2.8 KB