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