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