Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/internal/
Ddepthwiseconv_per_channel_quantized_test.cc169 const int diff_median_tolerance = 225; in CompareRoundingResults() local
179 EXPECT_LE(std::abs(median_diff), diff_median_tolerance); in CompareRoundingResults()
184 std::abs(median_diff) <= diff_median_tolerance && in CompareRoundingResults()
Ddepthwiseconv_quantized_test.cc693 int diff_median_tolerance = 0; in TestOneDepthwiseConvWithGivenOutputShift() local
701 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()