Function tensorflow::eager::raw_ops::text_line_reader_v2
source · pub fn text_line_reader_v2<'a>(ctx: &'a Context) -> Result<TensorHandle<'a>>
Expand description
Shorthand for TextLineReaderV2::new().call(&ctx)
.
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/TextLineReaderV2