Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/ctc/
Dctc_beam_scorer.h47 CTCBeamState* to_state, int to_label) const {} in ExpandState()
Dctc_beam_search_test.cc55 BeamState* to_state, int to_label) const override { in ExpandState()
254 LabelState* to_state, int to_label) const override { in ExpandState()
/external/tensorflow/tensorflow/lite/kernels/ctc/
Dctc_beam_scorer.h49 CTCBeamState* to_state, int to_label) const {} in ExpandState()
/external/autotest/contrib/
Dlog_distiller.py82 def advance_state(self, from_state, to_state): argument