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 b1f9ed6006
[Dy2Stat] Add debugging and logging mechanism for dygraph to static (#26457)
5 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]Refine caches of converting function (#25085) 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 debugging and logging mechanism for dygraph to static (#26457) 5 years ago
convert_operators.py [Dy2stat] Modify print for dynamic type (#25612) 5 years ago
error.py [Dy2Stat] Removes temporary files created during the transformation of dygraph to static graph. (#26150) 5 years ago
function_spec.py [Dy2stat] Support InputSpec and Return callable class instance in @declarative (#25960) 5 years ago
ifelse_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
list_transformer.py [Dy2Stat] Add test for dygraph seq2seq model. (#25054) 5 years ago
logging_utils.py [Dy2Stat] Add debugging and logging mechanism for dygraph to static (#26457) 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 [Dy2Stat] Fix bug: unwrap func in dy2Stat. (#26279) 5 years ago
partial_program.py [Dy2Stat-ErrorMessage]Optimize error value to improve readability when error raised in runtime. (#25970) 5 years ago
print_transformer.py [Dy2Stat-ErrorMessage]Enhance original error and create new exception (#25798) 5 years ago
program_translator.py [Dy2Stat] Add debugging and logging mechanism for dygraph to static (#26457) 5 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] Support InputSpec and Return callable class instance in @declarative (#25960) 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