Searched refs:ctc_decode (Results 1 – 4 of 4) sorted by relevance
116 name: "ctc_decode"
120 name: "ctc_decode"
1856 decode_pred_tf, log_prob_pred_tf = backend.ctc_decode(
6348 def ctc_decode(y_pred, input_length, greedy=True, beam_width=100, top_paths=1): function