OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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