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