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 3e20ddf73d
[Dy2Stat - Error Handling] Fix bug and optimize dy2stat error. (#27225)
4 years ago
..
__init__.py [Dy2Stat] Add debugging and logging mechanism for dygraph to static (#26457) 5 years ago
assert_transformer.py [Dy2Static] Convert assert stmt with new function `convert_assert`. (#25551) 5 years ago
ast_transformer.py [Dy2Stat] Add debugging and logging mechanism for dygraph to static (#26457) 5 years ago
basic_api_transformer.py [Dy2Stat] Transforme api 'to_tensor' to 'assign'. (#26873) 5 years ago
break_continue_transformer.py [Dy2stat] Add Basic Support for Grammar 'return' (#25176) 5 years ago
call_transformer.py [Dy2Stat] Add debugging and logging mechanism for dygraph to static (#26457) 5 years ago
cast_transformer.py [DygraphToStatic]Add cast transform for dygraph_to_static. (#25325) 5 years ago
convert_call_func.py [Dy2stat] Add descriptor cache for StaticLayer (#26987) 4 years ago
convert_operators.py [Dy2stat] Modify print for dynamic type (#25612) 5 years ago
error.py [Dy2Stat - Error Handling] Fix bug and optimize dy2stat error. (#27225) 4 years ago
function_spec.py [Dy2stat]Add naming rule if not specific InputSpec.name (#26997) 4 years ago
ifelse_transformer.py [Dy2stat]Fix Python Version compatibility of dict.iteritems (#26778) 5 years ago
list_transformer.py [Dy2Stat] Add test for dygraph seq2seq model. (#25054) 5 years ago
logging_utils.py [Dy2Stat-debugging] Fix bug: Returns True if the verbosity level set by the user is greater than or equal to the log level (#26858) 5 years ago
logical_transformer.py [Dy2Static] Add convert_ifelse to run the transformed code dynamically (#24866) 5 years ago
loop_transformer.py [Dy2Stat-ErrorMessage]Enhance original error and create new exception (#25798) 5 years ago
origin_info.py Fix test_origin_info to be compatible with PY3.8, because ast module is different in PY3.8 (#27201) 4 years ago
partial_program.py [Dy2stat]Fix Python Version compatibility of dict.iteritems (#26778) 5 years ago
print_transformer.py [Dy2Stat-ErrorMessage]Enhance original error and create new exception (#25798) 5 years ago
program_translator.py [Dy2Stat - Error Handling] Fix bug and optimize dy2stat error. (#27225) 4 years ago
return_transformer.py [Dy2stat] Support Various-Length Return Grammar in Dy2stat (#25249) 5 years ago
static_analysis.py [Dy2Stat] Add assert for ProgramTranslator (#24492) 5 years ago
tensor_shape_transformer.py [Dy2Static]Convert var.shape stmt and Convert the return variables of Tensor-dependent 'if' staments to Tensor if it not (#24911) 5 years ago
utils.py [Dy2Stat] Transforme api 'to_tensor' to 'assign'. (#26873) 5 years ago
variable_trans_func.py [Dy2Static]Convert var.shape stmt and Convert the return variables of Tensor-dependent 'if' staments to Tensor if it not (#24911) 5 years ago