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