Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dliteral_comparison.cc347 if (num_mismatches_ == 0) { in Run()
461 num_mismatches_++; in CompareValues()
479 const auto both_parts_mismatch = num_mismatches_ + 2; in CompareValues()
482 if (num_mismatches_ == both_parts_mismatch) { in CompareValues()
487 num_mismatches_--; in CompareValues()
493 const auto both_parts_mismatch = num_mismatches_ + 2; in CompareValues()
496 if (num_mismatches_ == both_parts_mismatch) { in CompareValues()
501 num_mismatches_--; in CompareValues()
554 num_mismatches_, percent_string(num_mismatches_, element_count), in ErrorMessage()
629 int64 num_mismatches_ = 0; member in xla::literal_comparison::__anon1e4119ae0111::NearComparator