Searched defs:beam_width (Results 1 – 4 of 4) sorted by relevance
35 int beam_width; member192 const int beam_width = option->beam_width; in Eval() local
45 int beam_width, int top_paths, in CTCBeamSearchDecoderOpModel()
382 beam_width=100, argument448 beam_width=100, argument
6275 def ctc_decode(y_pred, input_length, greedy=True, beam_width=100, top_paths=1): argument