Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Ddeadness_analysis.cc794 Predicate* true_switch; in HandleSwitch() local
797 /*must_be_true=*/true, &true_switch)); in HandleSwitch()
799 Predicate* false_switch = predicate_factory_.MakeNotPredicate(true_switch); in HandleSwitch()
808 input_preds.push_back(true_switch); in HandleSwitch()