tf.raw_ops.LoopCond

Forwards the input to the output.

This operator represents the loop termination condition used by the "pivot" switches of a loop.

input A Tensor of type bool. A boolean scalar, representing the branch predicate of the Switch op.
name A name for the operation (optional).

A Tensor of type bool.