pub fn parse_sequence_example<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
    serialized: O0,
    debug_name: O1,
    context_dense_defaults: O2,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for ParseSequenceExample::new().build(serialized, debug_name, context_dense_defaults, scope).