Add IPP mean and sum functions

This commit is contained in:
kdrobnyh
2013-07-25 21:27:35 +04:00
parent 1a2458885b
commit 4dfd40bec0
3 changed files with 127 additions and 3 deletions

View File

@@ -1123,7 +1123,7 @@ struct MeanOp : public BaseElemWiseOp
}
double getMaxErr(int)
{
return 1e-6;
return 1e-5;
}
};