Computes the number of complete elements in the given barrier.
tf.raw_ops.BarrierReadySize(
handle, name=None
)
Args | |
---|---|
handle
|
A Tensor of type mutable string . The handle to a barrier.
|
name
|
A name for the operation (optional). |
Returns | |
---|---|
A Tensor of type int32 .
|