Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dliteral_comparison.cc423 const bool is_abs_mismatch = abs_error > error_.abs; in CompareValues() local
425 const bool is_mismatch = is_abs_mismatch && is_rel_mismatch; in CompareValues()
429 if (is_abs_mismatch) { in CompareValues()