Function tensorflow::ops::text_line_reader
source · pub fn text_line_reader(scope: &mut Scope) -> Result<Operation>
Expand description
Shorthand for TextLineReader::new().build(scope)
.
pub fn text_line_reader(scope: &mut Scope) -> Result<Operation>
Shorthand for TextLineReader::new().build(scope)
.