File tree 4 files changed +0
-141
lines changed
python/paddle/fluid/tests/unittests
4 files changed +0
-141
lines changed Original file line number Diff line number Diff line change @@ -890,7 +890,6 @@ set_tests_properties(
890
890
test_dataloader_keep_order
891
891
test_dataloader_unkeep_order
892
892
test_parallel_ssa_graph_inference_feed_partial_data
893
- test_fetch_unmerged
894
893
test_buffer_shared_memory_reuse_pass
895
894
PROPERTIES LABELS "RUN_TYPE=DIST" )
896
895
set_tests_properties (
@@ -968,7 +967,6 @@ set_tests_properties(test_inplace_softmax_with_cross_entropy PROPERTIES TIMEOUT
968
967
120)
969
968
set_tests_properties (test_cross_entropy2_op PROPERTIES TIMEOUT 120)
970
969
set_tests_properties (test_cross_entropy_loss PROPERTIES TIMEOUT 180)
971
- set_tests_properties (test_fetch_unmerged PROPERTIES TIMEOUT 120)
972
970
set_tests_properties (test_gru_unit_op PROPERTIES TIMEOUT 120)
973
971
set_tests_properties (test_activation_nn_grad PROPERTIES TIMEOUT 200)
974
972
set_tests_properties (test_empty_op PROPERTIES TIMEOUT 120)
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1506
1506
'test_smooth_l1_loss' ,
1507
1507
'test_bilateral_slice_op' ,
1508
1508
'test_inplace_abn_op' ,
1509
- 'test_fetch_unmerged' ,
1510
1509
'test_parallel_executor_seresnext_base_gpu' ,
1511
1510
'test_parallel_executor_seresnext_with_fuse_all_reduce_gpu' ,
1512
1511
'test_parallel_ssa_graph_inference_feed_partial_data' ,
2336
2335
'test_tensorrt_engine' ,
2337
2336
'test_load_state_dict_from_old_format' ,
2338
2337
'test_fuse_elewise_add_act_pass' ,
2339
- 'test_fetch_unmerged' ,
2340
2338
'test_randint_op' ,
2341
2339
'test_standalone_controlflow' ,
2342
2340
'test_standalone_multiply_write' ,
Original file line number Diff line number Diff line change 197
197
'test_fc_op' ,
198
198
'test_feed_data_check_shape_type' ,
199
199
'test_fetch_lod_tensor_array' ,
200
- 'test_fetch_unmerged' ,
201
200
'test_fetch_var' ,
202
201
'test_fill_any_like_op' ,
203
202
'test_fill_constant_op' ,
You can’t perform that action at this time.
0 commit comments