pub fn reader_serialize_state<'a, T0: ToTensorHandle<'a>>(
    ctx: &'a Context,
    reader_handle: &T0
) -> Result<TensorHandle<'a>>
Expand description

Shorthand for ReaderSerializeState::new().call(&ctx, &reader_handle).

See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/ReaderSerializeState