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

Merge remote-tracking branch 'upstream/3.4' into merge-3.4

This commit is contained in:
Alexander Alekhin
2020-09-28 21:33:29 +00:00
12 changed files with 19 additions and 23 deletions
+2 -2
View File
@@ -116,7 +116,7 @@ TEST_P(Test_Torch_layers, run_convolution)
if (target == DNN_TARGET_OPENCL_FP16 || target == DNN_TARGET_MYRIAD)
{
l1 = 0.08;
lInf = 0.42;
lInf = 0.43;
}
else if (target == DNN_TARGET_CUDA_FP16)
{
@@ -187,7 +187,7 @@ TEST_P(Test_Torch_layers, run_depth_concat)
double lInf = 0.0;
if (target == DNN_TARGET_OPENCL_FP16)
{
lInf = 0.021;
lInf = 0.032;
}
else if (target == DNN_TARGET_CUDA_FP16)
{