Computes the number of elements in the given queue.
tf.raw_ops.QueueSizeV2(
handle, name=None
)
Args | |
---|---|
handle
|
A Tensor of type resource . The handle to a queue.
|
name
|
A name for the operation (optional). |
Returns | |
---|---|
A Tensor of type int32 .
|