pub fn parse_single_example<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>>(
    ctx: &'a Context,
    serialized: &T0,
    dense_defaults: &T1
) -> Result<[TensorHandle<'a>; 4]>
Expand description

Shorthand for ParseSingleExample::new().call(&ctx, &serialized, &dense_defaults).

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