HomeSort by relevance Sort by last modified time
    Searched refs:beam_width_ (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/util/ctc/
ctc_beam_search.h 92 beam_width_(beam_width),
134 int beam_width_; member in class:tensorflow::ctc::CTCBeamSearchDecoder
318 (leaves_.size() < beam_width_ ||
352 if (leaves_.size() == beam_width_) {
392 if (n > beam_width_) {
402 // O(beam_width_ * log(n)), space complexity is O(n)
  /external/tensorflow/tensorflow/core/kernels/
ctc_decoder_ops.cc 251 OP_REQUIRES_OK(ctx, ctx->GetAttr("beam_width", &beam_width_));
291 ctc::CTCBeamSearchDecoder<> beam_search(num_classes, beam_width_,
330 int beam_width_; member in class:tensorflow::CTCBeamSearchDecoderOp

Completed in 363 milliseconds