Searched refs:diff_median_tolerance (Results 1 – 2 of 2) sorted by relevance
169 const int diff_median_tolerance = 225; in CompareRoundingResults() local179 EXPECT_LE(std::abs(median_diff), diff_median_tolerance); in CompareRoundingResults()184 std::abs(median_diff) <= diff_median_tolerance && in CompareRoundingResults()
693 int diff_median_tolerance = 0; in TestOneDepthwiseConvWithGivenOutputShift() local701 diff_median_tolerance = 225; in TestOneDepthwiseConvWithGivenOutputShift()712 EXPECT_LE(std::abs(median_diff), diff_median_tolerance); in TestOneDepthwiseConvWithGivenOutputShift()717 std::abs(median_diff) <= diff_median_tolerance && in TestOneDepthwiseConvWithGivenOutputShift()