Home
last modified time | relevance | path

Searched defs:top_paths (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ctc/
H A Dctc_beam_search_decoder.cc36 int top_paths; member
60 const int top_paths = option->top_paths; in Prepare() local
124 TfLiteNode* node, int top_paths) { in StoreAllDecodedSequences()
193 const int top_paths = option->top_paths; 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/core/util/ctc/
H A Dctc_beam_search_test.cc108 const int top_paths = 3; in ctc_beam_search_decoding_with_and_without_dictionary() local
198 const int top_paths = 3; in ctc_beam_search_decoding_all_beam_elements_have_finite_scores() local
276 const int top_paths = 5; in ctc_beam_search_label_selection() local
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dctc_ops.py383 top_paths=1, argument
449 top_paths=1): argument
/aosp_15_r20/external/tensorflow/tensorflow/core/ops/
H A Dctc_ops_test.cc68 auto set_top_paths = [&op](int top_paths) { in TEST()
H A Dctc_ops.cc155 int32_t top_paths; in __anon8bbafe030402() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dctc_decoder_ops.cc293 int top_paths; in CTCBeamSearchDecoderOp() local
/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