|
2 | 2 | "test_dequantizelinear",
|
3 | 3 | "test_dequantizelinear_axis",
|
4 | 4 | "test_dequantizelinear_blocked",
|
5 |
| -"test_dropout_default_ratio", |
6 |
| -"test_globalmaxpool", |
7 |
| -"test_globalmaxpool_precomputed", |
8 | 5 | "test_logsoftmax_large_number",
|
9 | 6 | "test_logsoftmax_large_number_expanded",
|
10 |
| -"test_maxpool_1d_default", |
11 |
| -"test_maxpool_2d_ceil", |
12 |
| -"test_maxpool_2d_default", |
13 |
| -"test_maxpool_2d_pads", |
14 |
| -"test_maxpool_2d_precomputed_pads", |
15 |
| -"test_maxpool_2d_precomputed_same_upper", |
16 |
| -"test_maxpool_2d_precomputed_strides", |
17 |
| -"test_maxpool_2d_same_upper", |
18 |
| -"test_maxpool_2d_strides", |
19 | 7 | "test_maxpool_3d_default",
|
20 | 8 | "test_pow",
|
21 | 9 | "test_quantizelinear",
|
22 | 10 | "test_quantizelinear_axis",
|
23 | 11 | "test_quantizelinear_blocked",
|
24 | 12 | "test_softmax_large_number",
|
25 | 13 | "test_softmax_large_number_expanded",
|
26 |
| -"test_split_equal_parts_1d", |
27 |
| -"test_split_equal_parts_2d", |
28 |
| -"test_split_equal_parts_default_axis", |
29 | 14 | "test_tan",
|
30 |
| -"test_reduce_l2_default_axes_keepdims_example", // Expected: (normL1) <= (l1), actual: 0.00490189 vs 0.004 |
31 |
| -"test_reduce_log_sum_exp_default_axes_keepdims_example", // Expected: (normL1) <= (l1), actual: 0.00671387 vs 0.004 |
32 | 15 | "test_reduce_prod_default_axes_keepdims_example", // Expected: (normL1) <= (l1), actual: inf vs 0.004
|
33 | 16 | "test_reduce_prod_default_axes_keepdims_random", // Expected: (normL1) <= (l1), actual: 18.6621 vs 0.004, Expected: (normInf) <= (lInf), actual: 18.6621 vs 0.02
|
34 | 17 | "test_reduce_prod_do_not_keepdims_random", // Expected: (normL1) <= (l1), actual: 0.00436729 vs 0.004, Expected: (normInf) <= (lInf), actual: 0.0201836 vs 0.02
|
|
38 | 21 | "test_reduce_sum_square_do_not_keepdims_random", // Expected: (normL1) <= (l1), actual: 0.010789 vs 0.004, Expected: (normInf) <= (lInf), actual: 0.0290298 vs 0.02
|
39 | 22 | "test_reduce_sum_square_keepdims_random", // Expected: (normL1) <= (l1), actual: 0.010789 vs 0.004, Expected: (normInf) <= (lInf), actual: 0.0290298 vs 0.02
|
40 | 23 | "test_reduce_sum_square_negative_axes_keepdims_random", // Expected: (normL1) <= (l1), actual: 0.010789 vs 0.004, Expected: (normInf) <= (lInf), actual: 0.0290298 vs 0.02
|
41 |
| -"test_scatter_elements_with_axis", |
42 |
| -"test_scatter_elements_with_duplicate_indices", |
43 |
| -"test_scatter_elements_with_negative_indices", |
44 |
| -"test_scatter_elements_with_reduction_max", |
45 |
| -"test_scatter_elements_with_reduction_min", |
46 |
| -"test_scatter_elements_without_axis", |
47 |
| -"test_scatter_with_axis", |
48 |
| -"test_scatter_without_axis", |
49 |
| -"test_scatternd", |
50 |
| -"test_scatternd_add", |
51 |
| -"test_scatternd_max", |
52 |
| -"test_scatternd_min", |
53 |
| -"test_scatternd_multiply", |
0 commit comments