Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dliteral_comparison.cc464 if (top_rel_mismatches_.size() < kTopRelativeErrorCount || in CompareValues()
469 if (top_rel_mismatches_.size() > kTopRelativeErrorCount) { in CompareValues()
645 static constexpr int64 kTopRelativeErrorCount = 5; member in xla::literal_comparison::__anon90b6a3750111::NearComparator