Home
last modified time | relevance | path

Searched refs:to_label (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/util/ctc/
Dctc_beam_search_test.cc51 HistoryBeamState* to_state, int to_label) const override { in ExpandState()
54 to_state->labels.push_back(to_label); in ExpandState()
235 LabelState* to_state, int to_label) const override { in ExpandState()
236 *to_state = to_label; in ExpandState()
Dctc_beam_scorer.h47 CTCBeamState* to_state, int to_label) const {} in ExpandState() argument
/external/tensorflow/tensorflow/lite/experimental/kernels/
Dctc_beam_scorer.h49 CTCBeamState* to_state, int to_label) const {} in ExpandState() argument