Home
last modified time | relevance | path

Searched defs:beam_width (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/experimental/kernels/
Dctc_beam_search_decoder.cc34 int beam_width; member
191 const int beam_width = option->beam_width; in Eval() local
Dctc_beam_search_decoder_test.cc45 int beam_width, int top_paths, in CTCBeamSearchDecoderOpModel()
/external/tensorflow/tensorflow/python/ops/
Dctc_ops.py342 beam_width=100, argument
405 beam_width=100, argument
/external/tensorflow/tensorflow/python/keras/
Dbackend.py6348 def ctc_decode(y_pred, input_length, greedy=True, beam_width=100, top_paths=1): argument