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

enable fusion tests, update thresholds and fix missed eltwise fusions

This commit is contained in:
YashasSamaga
2020-11-21 17:35:20 +05:30
parent 0105f8fa38
commit 0f8ab0557e
9 changed files with 73 additions and 35 deletions
+2 -1
View File
@@ -165,7 +165,8 @@ TEST_P(Test_Torch_layers, run_reshape_single_sample)
}
else if (target == DNN_TARGET_CUDA_FP16)
{
l1 = 0.01;
l1 = 0.02;
lInf = 0.04;
}
runTorchNet("net_reshape_single_sample", "", false, false, true, l1, lInf);
}