1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

speed up vulkan dnn, and support ios and apple m1 chip. (#23349)

This commit is contained in:
Zihao Mu
2023-05-19 01:02:27 +08:00
committed by GitHub
parent 435ccfdd51
commit 5025f29378
117 changed files with 16867 additions and 9436 deletions
+5
View File
@@ -545,6 +545,11 @@ TEST_P(DNNTestNetwork, FastNeuralStyle_eccv16)
l1 = 0.4;
lInf = 19.;
}
else if (target == DNN_TARGET_VULKAN)
{
l1 = 0.4;
lInf = 7.46;
}
#if defined(INF_ENGINE_RELEASE) && INF_ENGINE_VER_MAJOR_EQ(2022010000)
if (backend == DNN_BACKEND_INFERENCE_ENGINE_NGRAPH && target == DNN_TARGET_OPENCL)