Function tensorflow::eager::raw_ops::reader_read_v2
source · pub fn reader_read_v2<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>>(
ctx: &'a Context,
reader_handle: &T0,
queue_handle: &T1
) -> Result<[TensorHandle<'a>; 2]>
Expand description
Shorthand for ReaderReadV2::new().call(&ctx, &reader_handle, &queue_handle)
.
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/ReaderReadV2