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

Enabled tests on IE backend

This commit is contained in:
Liubov Batanina
2019-02-11 12:39:28 +03:00
parent b068d26fad
commit 6b4becfd03
3 changed files with 4 additions and 4 deletions
@@ -65,7 +65,7 @@ public:
{
if (backendId == DNN_BACKEND_INFERENCE_ENGINE)
{
if (!(pnorm == 2 || pnorm == 1)) {
if (pnorm != 2) {
return false;
}
return preferableTarget == DNN_TARGET_MYRIAD ? !acrossSpatial : startAxis == 1;