Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/experimental/kernels/
Dctc_beam_search_decoder.cc34 int top_paths; member
58 const int top_paths = option->top_paths; in Prepare() local
113 TfLiteNode* node, int top_paths) { in StoreAllDecodedSequences()
174 const int top_paths = option->top_paths; in Eval() local
Dctc_beam_search_decoder_test.cc45 int beam_width, int top_paths, in CTCBeamSearchDecoderOpModel()
/external/tensorflow/tensorflow/core/ops/
Dctc_ops_test.cc68 auto set_top_paths = [&op](int top_paths) { in TEST()
Dctc_ops.cc114 int32 top_paths; in __anon78c05cd60302() local
/external/tensorflow/tensorflow/core/util/ctc/
Dctc_beam_search_test.cc106 const int top_paths = 3; in TEST() local
186 const int top_paths = 3; in TEST() local
256 const int top_paths = 5; in TEST() local
/external/tensorflow/tensorflow/python/ops/
Dctc_ops.py258 top_paths=1, merge_repeated=True): argument
314 top_paths=1): argument
/external/tensorflow/tensorflow/core/kernels/
Dctc_decoder_ops.cc262 int top_paths; in CTCBeamSearchDecoderOp() local
/external/tensorflow/tensorflow/python/keras/
Dbackend.py5173 def ctc_decode(y_pred, input_length, greedy=True, beam_width=100, top_paths=1): argument