tf.IdentityReader.num_records_produced(name=None)
Returns the number of records this reader has produced.
This is the same as the number of Read executions that have succeeded.
Args:
-
name
: A name for the operation (optional).
Returns:
An int64 Tensor.
Please login to continue.