Searched refs:beam_width_ (Results 1 – 3 of 3) sorted by relevance
91 beam_width_(beam_width), in CTCDecoder()133 int beam_width_;326 (leaves_.size() < beam_width_ || in Step()362 if (leaves_.size() == beam_width_) { in Step()404 if (n > beam_width_) { in TopPaths()
93 beam_width_(beam_width), in CTCDecoder()135 int beam_width_;329 (leaves_.size() < beam_width_ || in Step()365 if (leaves_.size() == beam_width_) { in Step()405 if (n > beam_width_) { in TopPaths()
261 OP_REQUIRES_OK(ctx, ctx->GetAttr("beam_width", &beam_width_)); in CTCBeamSearchDecoderOp()301 ctc::CTCBeamSearchDecoder<> beam_search(num_classes, beam_width_, in Compute()340 int beam_width_; member in tensorflow::CTCBeamSearchDecoderOp