tf.raw_ops.ReaderNumRecordsProducedV2

Returns the number of records this Reader has produced.

Compat aliases for migration

See Migration guide for more details.

tf.compat.v1.raw_ops.ReaderNumRecordsProducedV2

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

reader_handle A Tensor of type resource. Handle to a Reader.
name A name for the operation (optional).

A Tensor of type int64.