Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_cond.cc1248 int switch_branch = e->src_output(); in RemoveRedundantSwitch() local
1250 if (switch_branch == Graph::kControlSlot) { in RemoveRedundantSwitch()
1263 } else if (BranchType(switch_branch) != b) { in RemoveRedundantSwitch()
1269 switch_branch == Graph::kControlSlot ? Graph::kControlSlot : val_port, in RemoveRedundantSwitch()