Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dliteral_comparison.cc464 if (top_rel_mismatches_.size() < kTopRelativeErrorCount || in CompareValues()
465 rel_error > top_rel_mismatches_.begin()->rel_error) { in CompareValues()
468 top_rel_mismatches_.insert(mismatch); in CompareValues()
469 if (top_rel_mismatches_.size() > kTopRelativeErrorCount) { in CompareValues()
470 top_rel_mismatches_.erase(top_rel_mismatches_.begin()); in CompareValues()
561 for (auto it = top_rel_mismatches_.rbegin(); in ErrorMessage()
562 it != top_rel_mismatches_.rend(); ++it) { in ErrorMessage()
649 std::multiset<Mismatch> top_rel_mismatches_; member in xla::literal_comparison::__anon90b6a3750111::NearComparator