Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ctc/
H A Dctc_beam_search_decoder.cc35 int beam_width; member
192 const int beam_width = option->beam_width; in Eval() local
H A Dctc_beam_search_decoder_test.cc45 int beam_width, int top_paths, in CTCBeamSearchDecoderOpModel()
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dctc_ops.py382 beam_width=100, argument
448 beam_width=100, argument
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/
H A Dbackend.py6275 def ctc_decode(y_pred, input_length, greedy=True, beam_width=100, top_paths=1): argument