Commit 0dc0bc80 authored by Alexander Alekhin's avatar Alexander Alekhin

dnn(test): fix Vulkan skip test tag

parent 78c5e41c
......@@ -184,7 +184,7 @@ TEST_P(setInput, normalization)
if (backend == DNN_BACKEND_OPENCV && target == DNN_TARGET_OPENCL_FP16 && dtype != CV_32F)
applyTestTag(CV_TEST_TAG_DNN_SKIP_OPENCL_FP16);
if (backend == DNN_BACKEND_VKCOM && dtype != CV_32F)
throw SkipTestException(CV_TEST_TAG_DNN_SKIP_VULKAN);
applyTestTag(CV_TEST_TAG_DNN_SKIP_VULKAN);
Mat inp(5, 5, CV_8UC3);
randu(inp, 0, 255);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment