Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dpattern_matcher.h146 std::ostream* explain_os; member
172 if (option.explain_os) *option.explain_os
545 if (option.explain_os) {
546 new_option.explain_os = &explanation.emplace();
550 if (!rv && option.explain_os) {
564 if (option.explain_os) {
565 new_option.explain_os = &explanation.emplace();
591 if (option.explain_os) {
594 std::get<index>(patterns_).DescribeTo(option.explain_os, /*indent=*/3);
1400 if (!option.explain_os) {
[all …]