pub fn ctcgreedy_decoder<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>>(
    ctx: &'a Context,
    inputs: &T0,
    sequence_length: &T1
) -> Result<[TensorHandle<'a>; 4]>
Expand description

Shorthand for CTCGreedyDecoder::new().call(&ctx, &inputs, &sequence_length).

See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/CTCGreedyDecoder