tf.WholeFileReader.num_records_produced()

tf.WholeFileReader.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.

doc_TensorFlow
2016-10-14 13:09:39
Comments
Leave a Comment

Please login to continue.