tf.raw_ops.ReaderNumRecordsProduced

Returns the number of records this Reader has produced.

This is the same as the number of ReaderRead executions that have succeeded.

reader_handleA Tensor of type mutable string. Handle to a Reader.
nameA name for the operation (optional).

A Tensor of type int64.