Commit Graph

22 Commits (824572c144006083e7548f0c29aae617fee9e595)

Author SHA1 Message Date
liym27 824572c144
[Dy2Stat]Support to transform sequence assignments and multi-target assignments to normal assignments (#24643)
5 years ago
Chen Weihang d26f581c58
fix some detail problems, test=develop (#24614)
5 years ago
Chen Weihang 03ba5b748d
[Dy2static] Add for enumerate Variable support (#24398)
5 years ago
Aurelius84 100914ddbe
Fix bug with `if Tensor` in is_control_flow (#24433)
5 years ago
liym27 f9a4f9f4c4
Remove redundant code. test=develop (#24397)
5 years ago
liym27 2961a4f07d
[Dy2Stat] Optimize loop cond (#24049)
5 years ago
liym27 37ef7c1351
[dy2static]Fix a bug of is_dygraph_api and move BasicApiTransformer to a separate file(#23923)
5 years ago
Aurelius84 d1f9a26c95
Refine mechanism of calling outer function in dy2static (#23688)
5 years ago
Huihuang Zheng 036121b731
[Dy2stat] Make loop_transformer supports class variable (#23478)
5 years ago
liym27 11f94cdce9
Improve function is_control_flow_to_transform. test=develop (#23109)
5 years ago
liym27 573d2faacd
fix bug in function `is_to_variable`. test=develop (#23147)
5 years ago
Aurelius84 31fc3ab79a
Support to use external function (#23057)
5 years ago
Huihuang Zheng fb7b008acc
Add Support for Break and Continue in Dygraph to Static (#23067)
5 years ago
liym27 4af491c2bb
Tensor.shape support control flow if/for/while and bugfix (#22866)
5 years ago
Aurelius84 ab473357a2
Support and/or in dygraph_to_static control_flow_if (#22967)
5 years ago
liym27 08e80d170b
Support list in control flow for dygraph_to_static (#22902)
5 years ago
Huihuang Zheng d7a7c5f0bf
Support Simple For Range Loop in Dygraph to Static (#22867)
5 years ago
Aurelius84 4ff2915d1f
Refine code of IfElseTransformer and rename unittest files (#22930)
5 years ago
liym27 b290420fc4
fix bug in the transformation from to_variable to assign. test=develop (#22885)
5 years ago
liym27 4ea95b6fe5
Support Tensor.shape in dygraph_to_static (#22830)
5 years ago
liym27 8c381cd957
support fetch feed in dygraph to static graph (#22767)
5 years ago
liym27 68c76793ca
support dygraph basic api transformed to static api (#22678)
5 years ago