pub fn parse_sequence_example<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>>(
    ctx: &'a Context,
    serialized: &T0,
    debug_name: &T1,
    context_dense_defaults: &T2
) -> Result<[TensorHandle<'a>; 9]>
Expand description

Shorthand for ParseSequenceExample::new().call(&ctx, &serialized, &debug_name, &context_dense_defaults).

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