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/tests/unittests/dygraph_to_static
Aurelius84 20a84820fd
fix unused var with zero gradient bug in fluid.gradient (#27246)
5 years ago
..
CMakeLists.txt Add test_yolov3 and test_se_resnet Timeout (#25076) 5 years ago
bert_dygraph_model.py [Dy2stat] Add Basic Support for Grammar 'return' (#25176) 5 years ago
bert_utils.py [Dy2static] Fix random bug in bert unittest (#24727) 5 years ago
darknet.py [Dy2stat] Add Yolov3 as Unit Test (#24879) 5 years ago
ifelse_simple_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
predictor_utils.py reduce repeat time of Predictor (#27011) 5 years ago
seq2seq_dygraph_model.py [Dy2stat] Add Seq2Seq Attention model as ProgramTranslator Unit Test (#25422) 5 years ago
seq2seq_utils.py [Dy2stat] Add Seq2Seq Attention model as ProgramTranslator Unit Test (#25422) 5 years ago
simnet_dygraph_model.py Write Simnet Correctly and Enable Multiple Return Test (#25574) 5 years ago
test_assert.py Fix jit.to_static usage (#26682) 5 years ago
test_ast_util.py Support to use external function (#23057) 6 years ago
test_basic_api_transformation.py [Dy2Stat] Transforme api 'to_tensor' to 'assign'. (#26873) 5 years ago
test_bert.py verify correctness of dy2static model by using paddle-inference api (#26372) 5 years ago
test_bmn.py Refine paddle.manual_seed (#26496) 5 years ago
test_break_continue.py [Dy2Static] Add convert_ifelse to run the transformed code dynamically (#24866) 5 years ago
test_cache_program.py Fix typo util->until. (#26855) 5 years ago
test_cast.py [DygraphToStatic]Add cast transform for dygraph_to_static. (#25325) 5 years ago
test_cycle_gan.py fix random failed on GPU test=develop (#25293) 5 years ago
test_declarative.py [Dy2stat] support usage: to_static(model) (#27040) 5 years ago
test_dict.py Fix jit.to_static usage (#26682) 5 years ago
test_error.py [Dy2Stat - Error Handling] Fix bug and optimize dy2stat error. (#27225) 5 years ago
test_fetch_feed.py [dy2static] Support for static graph training with @declarative decorator (#24259) 6 years ago
test_for_enumerate.py [Dy2static] Add for iterate or enumerate variable list unittest (#25100) 5 years ago
test_full_name_usage.py [dy2static] Support for static graph training with @declarative decorator (#24259) 6 years ago
test_function_spec.py [Dy2stat] Support InputSpec and Return callable class instance in @declarative (#25960) 5 years ago
test_ifelse.py [Dy2Static]Support return variable created in only one of If.body or If.orelse (#24841) 5 years ago
test_ifelse_basic.py [Dy2Static] Add convert_ifelse to run the transformed code dynamically (#24866) 5 years ago
test_lac.py Refine paddle.manual_seed (#26496) 5 years ago
test_lambda.py [Dy2Static] Add convert_ifelse to run the transformed code dynamically (#24866) 5 years ago
test_len.py [Dy2stat] Support len syntax (#24638) 5 years ago
test_list.py [Dy2Static] Add convert_ifelse to run the transformed code dynamically (#24866) 5 years ago
test_logging_utils.py [Dy2Stat] Transforme api 'to_tensor' to 'assign'. (#26873) 5 years ago
test_loop.py [Dy2Stat]Remove unnecessary vars from gast.comprehension in LoopTransformer. (#25094) 5 years ago
test_mnist.py support mnist and resnet dygraph_to_static test (#25774) 5 years ago
test_mobile_net.py Refine paddle.manual_seed (#26496) 5 years ago
test_origin_info.py Fix test_origin_info to be compatible with PY3.8, because ast module is different in PY3.8 (#27201) 5 years ago
test_partial_program.py fix unused var with zero gradient bug in fluid.gradient (#27246) 5 years ago
test_print.py [Dy2static] fix some print transformer problems (#24516) 6 years ago
test_program_translator.py [Dy2stat] Support Various-Length Return Grammar in Dy2stat (#25249) 5 years ago
test_ptb_lm.py Refine paddle.manual_seed (#26496) 5 years ago
test_recursive_call.py [dy2static] Support for static graph training with @declarative decorator (#24259) 6 years ago
test_reinforcement_learning.py Refine paddle.manual_seed (#26496) 5 years ago
test_resnet.py support mnist and resnet dygraph_to_static test (#25774) 5 years ago
test_return.py [Dy2stat] Support Various-Length Return Grammar in Dy2stat (#25249) 5 years ago
test_save_inference_model.py [Dy2stat] Add descriptor cache for StaticLayer (#26987) 5 years ago
test_save_load.py [dy2static] Support for static graph training with @declarative decorator (#24259) 6 years ago
test_se_resnet.py Refine paddle.manual_seed (#26496) 5 years ago
test_sentiment.py Refine paddle.manual_seed (#26496) 5 years ago
test_seq2seq.py [Dy2stat] Add Seq2Seq Attention model as ProgramTranslator Unit Test (#25422) 5 years ago
test_simnet.py Refine paddle.manual_seed (#26496) 5 years ago
test_slice.py [Dy2Stat]Support LoDTensorArray for slice op (#23091) 6 years ago
test_static_analysis.py Support Parameter type determination in StaticAnalysis (#23302) 6 years ago
test_tensor_shape.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
test_transformer.py Refine paddle.manual_seed (#26496) 5 years ago
test_tsm.py Refine paddle.manual_seed (#26496) 5 years ago
test_utils.py [Dy2Static] Add convert_ifelse to run the transformed code dynamically (#24866) 5 years ago
test_variable_trans_func.py [Dy2stat] Add data_layer_not_check (#23351) 6 years ago
test_word2vec.py [Dy2stat] Add word2vec as unittest (#24944) 5 years ago
test_yolov3.py [Dy2stat] Fix windows dy2stat test_yolov3 random failure (#24908) 5 years ago
transformer_dygraph_model.py [Dy2Stat] Add test for bert pretraining. (#24350) 6 years ago
transformer_util.py Add unittest for transformer prediction in dygraph_to_static (#23207) 6 years ago
tsm.yaml [Dy2stat] Add TSM as ProgramTranslator Unit Test. (#25008) 5 years ago
tsm_config_utils.py [Dy2stat] Add TSM as ProgramTranslator Unit Test. (#25008) 5 years ago
yolov3.py Add If-Else-Return of Yolov3 as Unittest (#25385) 5 years ago