pub fn ctcgreedy_decoder<O0: Into<Output>, O1: Into<Output>>( inputs: O0, sequence_length: O1, scope: &mut Scope, ) -> Result<Operation>
Shorthand for CTCGreedyDecoder::new().build(inputs, sequence_length, scope).
CTCGreedyDecoder::new().build(inputs, sequence_length, scope)