pub fn reverse_sequence<O0: Into<Output>, O1: Into<Output>>(
    input: O0,
    seq_lengths: O1,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for ReverseSequence::new().build(input, seq_lengths, scope).