Helper to construct an if/else statement. Args: cond: A scalar `Tensor` that can be converted to boolean. inputs: A flattenable representing the input tensors of the if/else statement. Can be None to represent no inputs. then_branch: A callable 'inputs' -> flattenable. The retur
(cond, inputs, then_branch, else_branch)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected