Forwards the input to the output.
tf.raw_ops.LoopCond(
input, name=None
)
This operator represents the loop termination condition used by the "pivot" switches of a loop.
Args | |
---|---|
input
|
A Tensor of type bool .
A boolean scalar, representing the branch predicate of the Switch op.
|
name
|
A name for the operation (optional). |
Returns | |
---|---|
A Tensor of type bool .
|