pub fn reader_read<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>>(
    ctx: &'a Context,
    reader_handle: &T0,
    queue_handle: &T1
) -> Result<[TensorHandle<'a>; 2]>
Expand description

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

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