You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Paddle/python/paddle/fluid/dygraph/dygraph_to_static
liym27 1507f77a18
Fix bug in convert_call because difference exists between python3 and python2. test=develop (#23966)
6 years ago
..
__init__.py [dy2static]Support recursive call (#23900) 6 years ago
ast_transformer.py [dy2static]Support recursive call (#23900) 6 years ago
basic_api_transformer.py [dy2static]Fix a bug of is_dygraph_api and move BasicApiTransformer to a separate file(#23923) 6 years ago
break_continue_transformer.py Add Support for Break and Continue in Dygraph to Static (#23067) 6 years ago
call_transformer.py [dy2static]Support recursive call (#23900) 6 years ago
convert_call_func.py Fix bug in convert_call because difference exists between python3 and python2. test=develop (#23966) 6 years ago
ifelse_transformer.py Support transform two independent functions in dygraph_to_static_output (#23652) 6 years ago
list_transformer.py fix bug of ListTransformer in dygraph_to_static. test=develop (#23153) 6 years ago
loop_transformer.py [Dy2stat] Make loop_transformer supports class variable (#23478) 6 years ago
program_translator.py [Dy2stat] Add Test and Example Code for Different Access to ProgramTranslator and Fix Related Bug (#23958) 6 years ago
static_analysis.py [Dy2stat] Add data_layer_not_check (#23351) 6 years ago
tensor_shape_transformer.py Tensor.shape support control flow if/for/while and bugfix (#22866) 6 years ago
utils.py [dy2static]Fix a bug of is_dygraph_api and move BasicApiTransformer to a separate file(#23923) 6 years ago
variable_trans_func.py [Dy2stat] Add data_layer_not_check (#23351) 6 years ago