Searched defs:top_paths (Results 1 – 8 of 8) sorted by relevance
35 int top_paths; member59 const int top_paths = option->top_paths; in Prepare() local123 TfLiteNode* node, int top_paths) { in StoreAllDecodedSequences()192 const int top_paths = option->top_paths; in Eval() local
45 int beam_width, int top_paths, in CTCBeamSearchDecoderOpModel()
68 auto set_top_paths = [&op](int top_paths) { in TEST()
154 int32 top_paths; in __anonbca2cdf40402() local
108 const int top_paths = 3; in ctc_beam_search_decoding_with_and_without_dictionary() local198 const int top_paths = 3; in ctc_beam_search_decoding_all_beam_elements_have_finite_scores() local276 const int top_paths = 5; in ctc_beam_search_label_selection() local
343 top_paths=1, argument406 top_paths=1): argument
282 int top_paths; in CTCBeamSearchDecoderOp() local
6348 def ctc_decode(y_pred, input_length, greedy=True, beam_width=100, top_paths=1): argument