tf.QueueBase.size(name=None)
Compute the number of elements in this queue.
Args:
-
name
: A name for the operation (optional).
Returns:
A scalar tensor containing the number of elements in this queue.
tf.QueueBase.size(name=None)
Compute the number of elements in this queue.
name
: A name for the operation (optional).A scalar tensor containing the number of elements in this queue.
Please login to continue.