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.cc1295 int switch_branch = e->src_output(); in RemoveRedundantSwitch() local
1297 if (switch_branch == Graph::kControlSlot) { in RemoveRedundantSwitch()
1310 } else if (BranchType(switch_branch) != b) { in RemoveRedundantSwitch()
1316 switch_branch == Graph::kControlSlot ? Graph::kControlSlot : val_port, in RemoveRedundantSwitch()