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