Home
last modified time | relevance | path

Searched refs:mean_tolerance (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/internal/
Ddepthwiseconv_per_channel_quantized_test.cc166 const float mean_tolerance = in CompareRoundingResults() local
177 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()
Ddepthwiseconv_quantized_test.cc696 float mean_tolerance = std::max( in TestOneDepthwiseConvWithGivenOutputShift() local
699 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()