diff --git a/modules/dnn/test/test_onnx_conformance_layer_filter__cuda_denylist.inl.hpp b/modules/dnn/test/test_onnx_conformance_layer_filter__cuda_denylist.inl.hpp index dad5ef692e..13bcf8e0ff 100644 --- a/modules/dnn/test/test_onnx_conformance_layer_filter__cuda_denylist.inl.hpp +++ b/modules/dnn/test/test_onnx_conformance_layer_filter__cuda_denylist.inl.hpp @@ -91,3 +91,7 @@ "test_scatternd_min", "test_scatternd_multiply", "test_nllloss_NCd1d2d3d4d5_none_no_weight_expanded", // crash: https://github.com/opencv/opencv/issues/25471 +"test_dequantizelinear_blocked", // Issue https://github.com/opencv/opencv/issues/25999 +"test_quantizelinear", // Issue https://github.com/opencv/opencv/issues/25999 +"test_quantizelinear_axis", // Issue https://github.com/opencv/opencv/issues/25999 +"test_quantizelinear_blocked", // Issue https://github.com/opencv/opencv/issues/25999 diff --git a/modules/dnn/test/test_onnx_conformance_layer_filter__cuda_fp16_denylist.inl.hpp b/modules/dnn/test/test_onnx_conformance_layer_filter__cuda_fp16_denylist.inl.hpp index f5769f930f..3f1ac6718e 100644 --- a/modules/dnn/test/test_onnx_conformance_layer_filter__cuda_fp16_denylist.inl.hpp +++ b/modules/dnn/test/test_onnx_conformance_layer_filter__cuda_fp16_denylist.inl.hpp @@ -19,3 +19,7 @@ "test_softmax_large_number", // fp16 accuracy issue "test_softmax_large_number_expanded", // fp16 accuracy issue "test_tan", // fp16 accuracy issue +"test_dequantizelinear_blocked", // Issue https://github.com/opencv/opencv/issues/25999 +"test_quantizelinear", // Issue https://github.com/opencv/opencv/issues/25999 +"test_quantizelinear_axis", // Issue https://github.com/opencv/opencv/issues/25999 +"test_quantizelinear_blocked", // Issue https://github.com/opencv/opencv/issues/25999