Commit ce81868b authored by Andrey Kamaev's avatar Andrey Kamaev

Fixed cv::norm accuracy test allowed error

parent 209aaac9
...@@ -1246,11 +1246,7 @@ struct NormOp : public BaseElemWiseOp ...@@ -1246,11 +1246,7 @@ struct NormOp : public BaseElemWiseOp
} }
double getMaxErr(int) double getMaxErr(int)
{ {
#ifdef HAVE_TEGRA_OPTIMIZATION
return 2e-6;
#else
return 1e-6; return 1e-6;
#endif
} }
int normType; int normType;
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment