Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhuman_readable_profile_builder.cc40 auto print_op = [&](const OpInfo& op, bool is_total = false) { in ToString() argument
65 if (!is_total) { in ToString()
75 if (is_total) { in ToString()
/external/llvm-project/polly/lib/External/isl/
Disl_pw_templ.c1788 isl_bool is_total; in FN() local
1792 is_total = FN(FN(PW,isa),BASE)(pw); in FN()
1793 if (is_total < 0) in FN()
1795 if (!is_total) in FN()