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
Huihuang Zheng 6bf02a1261
[Dy2stat] Fix Read-Only Attribute as while_loop Output (#31415)
4 years ago
..
CMakeLists.txt Decrease Batch Size for Windows CI, test=develop (#30331) 4 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 [Dynamic-to-Static] Remove unnecessary variables of the arguments in true_func/false_func (#28722) 4 years ago
predictor_utils.py [Dy2stat] Disable PaddleInference IR Optimization in test_mnist for CUDA11 (#29105) 4 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 Upgrade string literals to raw string (#28989) 4 years ago
simnet_dygraph_model_v2.py Upgrade string literals to raw string (#28989) 4 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) 4 years ago
test_bmn.py 2.0rc api rename (#28088) 4 years ago
test_break_continue.py [Dy2stat]Join break cond with while cond in some pattern (#28171) 4 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_convert_call.py [Dy2stat] Add a decorator paddle.jit.not_to_static to support that not to convert a function in Dynamic-to-Static. (#29253) 4 years ago
test_convert_operators.py [Dy2Stat] Fix eval_if_exist_else_none bug (#31261) 4 years ago
test_cycle_gan.py fix random failed on GPU test=develop (#25293) 5 years ago
test_declarative.py [Dynamic-to-Static] Support **kwargs as input of the function which is decorated by `jit.save.to_static` (#29098) 4 years ago
test_dict.py fix code: if y is True -> if y (#29184) 4 years ago
test_error.py [Dy2Stat] Fix error message when the message has more than one lines. (#30714) 4 years ago
test_fetch_feed.py [dy2static] Support for static graph training with @declarative decorator (#24259) 5 years ago
test_for_enumerate.py Add Support for Tuple in for Loop (#30998) 4 years ago
test_full_name_usage.py [dy2static] Support for static graph training with @declarative decorator (#24259) 5 years ago
test_function_spec.py [Dynamic-to-Static] Support **kwargs as input of the function which is decorated by `jit.save.to_static` (#29098) 4 years ago
test_grid_generator.py [dy2stat] Set shape for linspace to Fix dy2stat for GridGenerator Model (#29173) 4 years ago
test_ifelse.py Fix Incorrect After Node Vars in IfElseTransformer, test=develop (#28992) 4 years ago
test_ifelse_basic.py [Dy2Static] Add convert_ifelse to run the transformed code dynamically (#24866) 5 years ago
test_isinstance.py Fix Using "isinstance" in Loop, test=develop (#28641) 4 years ago
test_lac.py [Dy2Stat]Refine code of test_lac unittest (#29087) 4 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_logical.py [Dy2stat] Fix PaddleGan Deoldify Model Dy2stat Problems (#29226) 4 years ago
test_loop.py [Dy2stat] Fix Read-Only Attribute as while_loop Output (#31415) 4 years ago
test_lstm.py [Dy2Stat]Set buff.persistable=False when it's not initialized (#28749) 4 years ago
test_mnist.py Polish jit.save/load design & remove paddle.SaveLoadConfig (#27623) 4 years ago
test_mobile_net.py 2.0rc api rename (#28088) 4 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 [Dy2Stat] Fix bug: the return statement should be transformed to an equivalent Paddle/Python if statement, which depends on if conditions of the return stmt. (#29165) 4 years ago
test_ptb_lm.py 2.0rc api rename (#28088) 4 years ago
test_ptb_lm_v2.py 2.0rc api rename (#28088) 4 years ago
test_reinforcement_learning.py 2.0rc api rename (#28088) 4 years ago
test_resnet.py 2.0rc api rename (#28088) 4 years ago
test_resnet_v2.py 2.0rc api rename (#28088) 4 years ago
test_return.py [Dy2Stat] Fix bug: the return statement should be transformed to an equivalent Paddle/Python if statement, which depends on if conditions of the return stmt. (#29165) 4 years ago
test_save_inference_model.py Polish jit.save/load design & remove paddle.SaveLoadConfig (#27623) 4 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) 4 years ago
test_sentiment.py fix unittest failed on windows GPU (#29072) 4 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) 4 years ago
test_simnet_v2.py 2.0rc api rename (#28088) 4 years ago
test_slice.py Fix bug: GetAttrValue should deal with attr with attrType vector<double> (#30536) 4 years ago
test_static_analysis.py Support Parameter type determination in StaticAnalysis (#23302) 5 years ago
test_tensor_methods.py Add Static Variable Clone (#30208) 4 years ago
test_tensor_shape.py [Dy2stat] Fix Read-Only Attribute as while_loop Output (#31415) 4 years ago
test_transformer.py 2.0rc api rename (#28088) 4 years ago
test_tsm.py Decrease Batch Size for Windows CI, test=develop (#30331) 4 years ago
test_utils.py [Dy2static]Fix paddle prefix in is_paddle_api (#30569) 4 years ago
test_variable_trans_func.py Remove and reorganize the alias of APIs (#27717) 4 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 Split train_mode and has_grad for tracer (#29064) 4 years ago
transformer_util.py Polish jit.save/load design & remove paddle.SaveLoadConfig (#27623) 4 years ago
tsm.yaml Fix Windows Unittest (#29543) 4 years ago
tsm_config_utils.py [Dy2stat] Add TSM as ProgramTranslator Unit Test. (#25008) 5 years ago
yolov3.py Decrease Mac Input Size Because of CI Short Memory (#30330) 4 years ago