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