pub fn reader_num_records_produced<'a, T0: ToTensorHandle<'a>>(
    ctx: &'a Context,
    reader_handle: &T0
) -> Result<TensorHandle<'a>>
Expand description

Shorthand for ReaderNumRecordsProduced::new().call(&ctx, &reader_handle).

See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/ReaderNumRecordsProduced