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_handle A Tensor of type mutable string. Handle to a Reader.
name A name for the operation (optional).

A Tensor of type int64.