mirror of https://github.com/opencv/opencv.git
Merge pull request #21265 from alalek:dnn_onnx_test_filter_update_4.x
commit
f7aa91e660
9 changed files with 381 additions and 90 deletions
@ -0,0 +1,74 @@ |
||||
"test_add_bcast", |
||||
"test_add_uint8", |
||||
"test_argmax_default_axis_example", |
||||
"test_argmax_default_axis_example_select_last_index", |
||||
"test_argmax_default_axis_random", |
||||
"test_argmax_default_axis_random_select_last_index", |
||||
"test_argmax_keepdims_example", |
||||
"test_argmax_keepdims_example_select_last_index", |
||||
"test_argmax_keepdims_random", |
||||
"test_argmax_keepdims_random_select_last_index", |
||||
"test_argmax_negative_axis_keepdims_example", |
||||
"test_argmax_negative_axis_keepdims_example_select_last_index", |
||||
"test_argmax_negative_axis_keepdims_random", |
||||
"test_argmax_negative_axis_keepdims_random_select_last_index", |
||||
"test_argmax_no_keepdims_example", |
||||
"test_argmax_no_keepdims_example_select_last_index", |
||||
"test_argmax_no_keepdims_random", |
||||
"test_argmax_no_keepdims_random_select_last_index", |
||||
"test_argmin_default_axis_example", |
||||
"test_argmin_default_axis_example_select_last_index", |
||||
"test_argmin_default_axis_random", |
||||
"test_argmin_default_axis_random_select_last_index", |
||||
"test_argmin_keepdims_example", |
||||
"test_argmin_keepdims_example_select_last_index", |
||||
"test_argmin_keepdims_random", |
||||
"test_argmin_keepdims_random_select_last_index", |
||||
"test_argmin_negative_axis_keepdims_example", |
||||
"test_argmin_negative_axis_keepdims_example_select_last_index", |
||||
"test_argmin_negative_axis_keepdims_random", |
||||
"test_argmin_negative_axis_keepdims_random_select_last_index", |
||||
"test_argmin_no_keepdims_example", |
||||
"test_argmin_no_keepdims_example_select_last_index", |
||||
"test_argmin_no_keepdims_random", |
||||
"test_argmin_no_keepdims_random_select_last_index", |
||||
"test_averagepool_2d_pads_count_include_pad", |
||||
"test_averagepool_2d_precomputed_pads_count_include_pad", |
||||
"test_averagepool_2d_same_lower", |
||||
"test_basic_conv_with_padding", |
||||
"test_basic_conv_without_padding", |
||||
"test_cast_FLOAT_to_STRING", |
||||
"test_cast_STRING_to_FLOAT", |
||||
"test_castlike_FLOAT_to_STRING_expanded", |
||||
"test_castlike_STRING_to_FLOAT_expanded", |
||||
"test_concat_1d_axis_negative_1", |
||||
"test_conv_with_autopad_same", |
||||
"test_conv_with_strides_and_asymmetric_padding", |
||||
"test_conv_with_strides_no_padding", |
||||
"test_conv_with_strides_padding", |
||||
"test_div_bcast", |
||||
"test_div_uint8", |
||||
"test_dropout_default_ratio", |
||||
"test_flatten_axis0", |
||||
"test_flatten_axis2", |
||||
"test_flatten_axis3", |
||||
"test_flatten_negative_axis1", |
||||
"test_flatten_negative_axis2", |
||||
"test_flatten_negative_axis4", |
||||
"test_logsoftmax_default_axis", |
||||
"test_logsoftmax_large_number", |
||||
"test_logsoftmax_large_number_expanded", |
||||
"test_maxpool_2d_dilations", |
||||
"test_maxpool_2d_same_lower", |
||||
"test_maxpool_2d_uint8", |
||||
"test_maxpool_with_argmax_2d_precomputed_pads", |
||||
"test_maxpool_with_argmax_2d_precomputed_strides", |
||||
"test_maxunpool_export_with_output_shape", |
||||
"test_mul_bcast", |
||||
"test_mul_uint8", |
||||
"test_softmax_default_axis", |
||||
"test_softmax_large_number", // FP16 only
|
||||
"test_softmax_large_number_expanded", // FP16 only
|
||||
"test_sub_bcast", |
||||
"test_sub_uint8", |
||||
"test_upsample_nearest", |
@ -0,0 +1,65 @@ |
||||
"test_add_bcast", |
||||
"test_add_uint8", |
||||
"test_argmax_default_axis_example", |
||||
"test_argmax_default_axis_example_select_last_index", |
||||
"test_argmax_default_axis_random", |
||||
"test_argmax_default_axis_random_select_last_index", |
||||
"test_argmax_keepdims_example", |
||||
"test_argmax_keepdims_example_select_last_index", |
||||
"test_argmax_keepdims_random", |
||||
"test_argmax_keepdims_random_select_last_index", |
||||
"test_argmax_negative_axis_keepdims_example", |
||||
"test_argmax_negative_axis_keepdims_example_select_last_index", |
||||
"test_argmax_negative_axis_keepdims_random", |
||||
"test_argmax_negative_axis_keepdims_random_select_last_index", |
||||
"test_argmax_no_keepdims_example", |
||||
"test_argmax_no_keepdims_example_select_last_index", |
||||
"test_argmax_no_keepdims_random", |
||||
"test_argmax_no_keepdims_random_select_last_index", |
||||
"test_argmin_default_axis_example", |
||||
"test_argmin_default_axis_example_select_last_index", |
||||
"test_argmin_default_axis_random", |
||||
"test_argmin_default_axis_random_select_last_index", |
||||
"test_argmin_keepdims_example", |
||||
"test_argmin_keepdims_example_select_last_index", |
||||
"test_argmin_keepdims_random", |
||||
"test_argmin_keepdims_random_select_last_index", |
||||
"test_argmin_negative_axis_keepdims_example", |
||||
"test_argmin_negative_axis_keepdims_example_select_last_index", |
||||
"test_argmin_negative_axis_keepdims_random", |
||||
"test_argmin_negative_axis_keepdims_random_select_last_index", |
||||
"test_argmin_no_keepdims_example", |
||||
"test_argmin_no_keepdims_example_select_last_index", |
||||
"test_argmin_no_keepdims_random", |
||||
"test_argmin_no_keepdims_random_select_last_index", |
||||
"test_averagepool_2d_pads_count_include_pad", |
||||
"test_averagepool_2d_precomputed_pads_count_include_pad", |
||||
"test_averagepool_2d_same_lower", |
||||
"test_averagepool_3d_default", |
||||
"test_cast_FLOAT_to_STRING", |
||||
"test_cast_STRING_to_FLOAT", |
||||
"test_castlike_FLOAT_to_STRING_expanded", |
||||
"test_castlike_STRING_to_FLOAT_expanded", |
||||
"test_concat_1d_axis_negative_1", |
||||
"test_div_uint8", |
||||
"test_flatten_axis0", |
||||
"test_flatten_axis2", |
||||
"test_flatten_axis3", |
||||
"test_flatten_negative_axis1", |
||||
"test_flatten_negative_axis2", |
||||
"test_flatten_negative_axis4", |
||||
"test_logsoftmax_default_axis", |
||||
"test_maxpool_2d_dilations", |
||||
"test_maxpool_2d_same_lower", |
||||
"test_maxpool_2d_uint8", |
||||
"test_maxpool_3d_default", |
||||
"test_maxpool_with_argmax_2d_precomputed_pads", |
||||
"test_maxpool_with_argmax_2d_precomputed_strides", |
||||
"test_maxunpool_export_with_output_shape", |
||||
"test_maxunpool_export_without_output_shape", |
||||
"test_mul_uint8", |
||||
"test_softmax_default_axis", |
||||
"test_sub_bcast", |
||||
"test_sub_uint8", |
||||
"test_transpose_all_permutations_0", |
||||
"test_upsample_nearest", |
Loading…
Reference in new issue