Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dliteral_comparison.cc340 void UpdateAbsValueBucket(NativeT value, bool is_mismatch) { in UpdateAbsValueBucket() argument
351 if (is_mismatch) { in UpdateAbsValueBucket()
425 const bool is_mismatch = is_abs_mismatch && is_rel_mismatch; in CompareValues() local
438 UpdateAbsValueBucket(actual, is_mismatch); in CompareValues()
440 if (!is_mismatch) { in CompareValues()