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
Chen Weihang 813b2ade34
Enrich the python error types of paddle & polish format (#28124)
5 years ago
..
CMakeLists.txt Fix test_lstm unittest failed and Add more unittest (#28029) 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 [Dy2stat] Refine Dy2stat APIs to 2.0rc (#27430) 5 years ago
predictor_utils.py Polish jit.save/load design & remove paddle.SaveLoadConfig (#27623) 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
simnet_dygraph_model_v2.py Change reduce mean (#27997) 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) 5 years ago
test_basic_api_transformation.py [Dy2Stat] Transforme api 'to_tensor' to 'assign'. (#26873) 5 years ago
test_bert.py Polish jit.save/load design & remove paddle.SaveLoadConfig (#27623) 5 years ago
test_bmn.py 2.0rc api rename (#28088) 5 years ago
test_break_continue.py [Dy2stat]Join break cond with while cond in some pattern (#28171) 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]rename StaticLayer into StaticFunction (#27487) 5 years ago
test_dict.py Fix jit.to_static usage (#26682) 5 years ago
test_error.py Enrich the python error types of paddle & polish format (#28124) 5 years ago
test_fetch_feed.py [dy2static] Support for static graph training with @declarative decorator (#24259) 5 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) 5 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 2.0rc api rename (#28088) 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-log] Add feature also_to_stdout and optimize log messages (#27285) 5 years ago
test_loop.py [Dy2Stat]Remove unnecessary vars from gast.comprehension in LoopTransformer. (#25094) 5 years ago
test_lstm.py Fix test_lstm unittest failed and Add more unittest (#28029) 5 years ago
test_mnist.py Polish jit.save/load design & remove paddle.SaveLoadConfig (#27623) 5 years ago
test_mobile_net.py 2.0rc api rename (#28088) 5 years ago
test_origin_info.py [Dy2stat] Refine Dy2stat APIs to 2.0rc (#27430) 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) 5 years ago
test_program_translator.py Remove and reorganize the alias of APIs (#27717) 5 years ago
test_ptb_lm.py 2.0rc api rename (#28088) 5 years ago
test_ptb_lm_v2.py 2.0rc api rename (#28088) 5 years ago
test_recursive_call.py [dy2static] Support for static graph training with @declarative decorator (#24259) 5 years ago
test_reinforcement_learning.py 2.0rc api rename (#28088) 5 years ago
test_resnet.py 2.0rc api rename (#28088) 5 years ago
test_resnet_v2.py 2.0rc api rename (#28088) 5 years ago
test_return.py [Dy2stat] Refine return mechanism in @to_static (#28116) 5 years ago
test_save_inference_model.py Polish jit.save/load design & remove paddle.SaveLoadConfig (#27623) 5 years ago
test_save_load.py [dy2static] Support for static graph training with @declarative decorator (#24259) 5 years ago
test_se_resnet.py 2.0rc api rename (#28088) 5 years ago
test_sentiment.py 2.0rc api rename (#28088) 5 years ago
test_seq2seq.py [Dy2stat] Add Seq2Seq Attention model as ProgramTranslator Unit Test (#25422) 5 years ago
test_simnet.py 2.0rc api rename (#28088) 5 years ago
test_simnet_v2.py 2.0rc api rename (#28088) 5 years ago
test_slice.py [Dy2Stat]Support LoDTensorArray for slice op (#23091) 5 years ago
test_static_analysis.py Support Parameter type determination in StaticAnalysis (#23302) 5 years ago
test_tensor_shape.py [Dy2stat] Refine Dy2stat APIs to 2.0rc (#27430) 5 years ago
test_transformer.py 2.0rc api rename (#28088) 5 years ago
test_tsm.py 2.0rc api rename (#28088) 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 Remove and reorganize the alias of APIs (#27717) 5 years ago
test_word2vec.py [Dy2stat] Add word2vec as unittest (#24944) 5 years ago
test_yolov3.py [Dy2stat] Fix test_yolov3 to Run Correctly on Win/Mac (#27666) 5 years ago
transformer_dygraph_model.py [Dy2Stat] Add test for bert pretraining. (#24350) 5 years ago
transformer_util.py Polish jit.save/load design & remove paddle.SaveLoadConfig (#27623) 5 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