Searched refs:beam_search (Results 1 – 2 of 2) sorted by relevance
213 ::tflite::experimental::ctc::CTCBeamSearchDecoder<> beam_search( in Eval()240 beam_search.Step(input_bi); in Eval()242 TF_LITE_ENSURE(context, beam_search.TopPaths(top_paths, &best_paths_b, in Eval()244 beam_search.Reset(); in Eval()
322 ctc::CTCBeamSearchDecoder<T> beam_search(num_classes, beam_width_, in Compute() local339 beam_search.Step(input_bi); in Compute()342 ctx, beam_search.TopPaths(decode_helper_.GetTopPaths(), &best_paths_b, in Compute()345 beam_search.Reset(); in Compute()