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

Fix IE tests

This commit is contained in:
Dmitry Kurtaev
2019-01-31 13:38:24 +03:00
parent eb00dce78e
commit c918ac298c
5 changed files with 25 additions and 10 deletions
+1 -1
View File
@@ -1150,7 +1150,7 @@ public:
#ifdef HAVE_INF_ENGINE
if (backendId == DNN_BACKEND_INFERENCE_ENGINE)
{
if (INF_ENGINE_RELEASE == 2018050000 && (adjustPad.height || adjustPad.width))
if (INF_ENGINE_RELEASE >= 2018050000 && (adjustPad.height || adjustPad.width))
return false;
const int outGroupCn = blobs[0].size[1]; // Weights are in IOHW layout