Home
last modified time | relevance | path

Searched refs:GetTopPaths (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dctc_decoder_ops.cc54 inline int GetTopPaths() const { return top_paths_; } in GetTopPaths() function in tensorflow::CTCDecodeHelper
313 best_paths_b.resize(decode_helper_.GetTopPaths()); in Compute()
321 ctx, beam_search.TopPaths(decode_helper_.GetTopPaths(), &best_paths_b, in Compute()
326 for (int bp = 0; bp < decode_helper_.GetTopPaths(); ++bp) { in Compute()