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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user