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.cc447 if (top_rel_mismatches_.size() < kTopRelativeErrorCount || in CompareValues()
448 rel_error > top_rel_mismatches_.begin()->rel_error) { in CompareValues()
451 top_rel_mismatches_.insert(mismatch); in CompareValues()
452 if (top_rel_mismatches_.size() > kTopRelativeErrorCount) { in CompareValues()
453 top_rel_mismatches_.erase(top_rel_mismatches_.begin()); in CompareValues()
562 for (auto it = top_rel_mismatches_.rbegin(); in ErrorMessage()
563 it != top_rel_mismatches_.rend(); ++it) { in ErrorMessage()
647 std::multiset<Mismatch> top_rel_mismatches_; member in xla::literal_comparison::__anon1e4119ae0111::NearComparator