[TFXLA] Handle control edges to cond not dominated.
Graphs may have control dependency from outside the cond construct that do not enter via a switch. If there is a control edge from outside then change the edge to be a control edge onto the inserted XlaIf op instead and remove the original control edge. PiperOrigin-RevId: 180862658
Loading
Please sign in to comment