Add IPP mean and sum functions
This commit is contained in:
@@ -1123,7 +1123,7 @@ struct MeanOp : public BaseElemWiseOp
|
||||
}
|
||||
double getMaxErr(int)
|
||||
{
|
||||
return 1e-6;
|
||||
return 1e-5;
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user