for quantized Add, the error shouldn't exceed step
| 230 | |
| 231 | // for quantized Add, the error shouldn't exceed step |
| 232 | float GetTolerance(int min, int max) { return (max - min) / 255.0; } |
| 233 | |
| 234 | // Tests for reduce_mean |
| 235 | TEST(ConstFloatMeanOpTest, NotKeepDims) { |