Searched refs:best_paths_b (Results 1 – 2 of 2) sorted by relevance
214 auto& best_paths_b = best_paths[b]; in Eval() local215 best_paths_b.resize(top_paths); in Eval()222 TF_LITE_ENSURE(context, beam_search.TopPaths(top_paths, &best_paths_b, in Eval()
312 auto& best_paths_b = best_paths[b]; in Compute() local313 best_paths_b.resize(decode_helper_.GetTopPaths()); in Compute()321 ctx, beam_search.TopPaths(decode_helper_.GetTopPaths(), &best_paths_b, in Compute()