File tree 3 files changed +59
-3
lines changed
3 files changed +59
-3
lines changed Original file line number Diff line number Diff line change @@ -1345,7 +1345,7 @@ set_tests_properties(test_sync_batch_norm_op_static_build
1345
1345
PROPERTIES LABELS "RUN_TYPE=DIST" )
1346
1346
set_tests_properties (test_sync_batch_norm_op_static_build PROPERTIES TIMEOUT
1347
1347
250)
1348
- file (STRINGS "${CMAKE_SOURCE_DIR} /test/new_ir_op_test_white_list"
1348
+ file (STRINGS "${CMAKE_SOURCE_DIR} /test/white_list/ new_ir_op_test_white_list"
1349
1349
NEW_IR_OP_TESTS)
1350
1350
foreach (IR_OP_TEST ${NEW_IR_OP_TESTS} )
1351
1351
if (TEST ${IR_OP_TEST} )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ test_arange
2
+ test_atan2_op
3
+ test_bicubic_interp_v2_op
4
+ test_bincount_op
5
+ test_bincount_op_static_build
6
+ test_box_coder_op
7
+ test_channel_shuffle
8
+ test_complex_op
9
+ test_conv2d_op
10
+ test_conv2d_op_depthwise_conv
11
+ test_conv2d_transpose_op
12
+ test_conv2d_transpose_op_depthwise_conv
13
+ test_conv3d_op
14
+ test_conv3d_transpose_op
15
+ test_conv3d_transpose_part2_op
16
+ test_cumprod_op
17
+ test_dataloader_dataset
18
+ test_deformable_conv_op
19
+ test_eigvalsh_op
20
+ test_elementwise_div_op
21
+ test_elementwise_div_op
22
+ test_elementwise_heaviside_op
23
+ test_erfinv_op
24
+ test_eye_op
25
+ test_fill_constant_batch_size_like
26
+ test_fill_diagonal_tensor_op
27
+ test_flip
28
+ test_fmax_op
29
+ test_fmin_op
30
+ test_fold_op
31
+ test_grid_sampler_op
32
+ test_histogram_op
33
+ test_huber_loss_op
34
+ test_index_add_op
35
+ test_kron_op
36
+ test_kthvalue_op
37
+ test_label_smooth_op
38
+ test_masked_select_op
39
+ test_mode_op
40
+ test_pixel_shuffle_op
41
+ test_pool2d_op
42
+ test_pool3d_op
43
+ test_prelu_op
44
+ test_prior_box_op
45
+ test_psroi_pool_op
46
+ test_range
47
+ test_roi_align_op
48
+ test_roi_pool_op
49
+ test_segment_ops
50
+ test_segment_ops_static_build
51
+ test_spectral_op
52
+ test_standalone_executor_1f1b_plan
53
+ test_take_along_axis_op
54
+ test_temporal_shift_op
55
+ test_triangular_solve_op
56
+ test_trunc_op
57
+ test_unfold_op
58
+ test_unpool3d_op
You can’t perform that action at this time.
0 commit comments