Searched refs:top_paths_ (Results 1 – 1 of 1) sorted by relevance
54 CTCDecodeHelper() : top_paths_(1) {} in CTCDecodeHelper()56 inline int GetTopPaths() const { return top_paths_; } in GetTopPaths()57 void SetTopPaths(int tp) { top_paths_ = tp; } in SetTopPaths()101 "log_probability", TensorShape({batch_size, top_paths_}), log_prob); in ValidateInputsGenerateOutputs()121 std::vector<int64> num_entries(top_paths_, 0); in StoreAllDecodedSequences()125 CHECK_EQ(batch_s.size(), top_paths_); in StoreAllDecodedSequences()126 for (int p = 0; p < top_paths_; ++p) { in StoreAllDecodedSequences()131 for (int p = 0; p < top_paths_; ++p) { in StoreAllDecodedSequences()178 int top_paths_; member in tensorflow::CTCDecodeHelper