pub fn ctcgreedy_decoder<O0: Into<Output>, O1: Into<Output>>(
    inputs: O0,
    sequence_length: O1,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for CTCGreedyDecoder::new().build(inputs, sequence_length, scope).