Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.cc2518 const bool is_all_true = IsOnes(*predicate_node); in SimplifySelect() local
2520 if (!is_all_true && !is_all_false) { in SimplifySelect()
2523 const int live_input_idx = is_all_true ? 1 : 2; in SimplifySelect()
2524 const int ignored_input_idx = is_all_true ? 2 : 1; in SimplifySelect()