pub fn reverse_sequence<O0: Into<Output>, O1: Into<Output>>( input: O0, seq_lengths: O1, scope: &mut Scope, ) -> Result<Operation>
Shorthand for ReverseSequence::new().build(input, seq_lengths, scope).
ReverseSequence::new().build(input, seq_lengths, scope)