Searched refs:mean_tolerance (Results 1 – 2 of 2) sorted by relevance
166 const float mean_tolerance = in CompareRoundingResults() local177 EXPECT_LT(std::abs(mean_diff), mean_tolerance); in CompareRoundingResults()178 EXPECT_LT(mean_abs_diff, mean_tolerance); in CompareRoundingResults()182 EXPECT_TRUE(std::abs(mean_diff) < mean_tolerance && in CompareRoundingResults()183 mean_abs_diff < mean_tolerance && in CompareRoundingResults()
696 float mean_tolerance = std::max( in TestOneDepthwiseConvWithGivenOutputShift() local699 mean_tolerance = 500.f; in TestOneDepthwiseConvWithGivenOutputShift()710 EXPECT_LT(std::abs(mean_diff), mean_tolerance); in TestOneDepthwiseConvWithGivenOutputShift()711 EXPECT_LT(mean_abs_diff, mean_tolerance); in TestOneDepthwiseConvWithGivenOutputShift()715 EXPECT_TRUE(std::abs(mean_diff) < mean_tolerance && in TestOneDepthwiseConvWithGivenOutputShift()716 mean_abs_diff < mean_tolerance && in TestOneDepthwiseConvWithGivenOutputShift()