HomeSort by relevance Sort by last modified time
    Searched refs:fewer_infs_ok (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/
error_spec.h 45 bool fewer_infs_ok = false; member in struct:xla::ErrorSpec
literal_comparison.cc 392 } else if (IsInf(actual) && !IsInf(expected) && error_.fewer_infs_ok) {
393 // `fewer_infs_ok` gives us the option of comparing as though `actual`
    [all...]

Completed in 724 milliseconds