Home
last modified time | relevance | path

Searched refs:to_state (Results 1 – 5 of 5) sorted by relevance

/external/autotest/contrib/
Dlog_distiller.py82 def advance_state(self, from_state, to_state): argument
92 if from_state and from_state == to_state:
94 (from_state, to_state))
98 to_state in self.expected_transitions[from_state]):
99 self.expected_transitions[from_state].remove(to_state)
100 self.visited_states.append(to_state)
102 return (from_state, to_state)
/external/tensorflow/tensorflow/core/util/ctc/
Dctc_beam_search_test.cc51 HistoryBeamState* to_state, int to_label) const override { in ExpandState() argument
54 to_state->labels.push_back(to_label); in ExpandState()
55 SetStateScoreAccordingToDict(to_state); in ExpandState()
235 LabelState* to_state, int to_label) const override { in ExpandState() argument
236 *to_state = to_label; in ExpandState()
Dctc_beam_scorer.h47 CTCBeamState* to_state, int to_label) const {} in ExpandState() argument
/external/toolchain-utils/automation/common/
Dstate_machine.py42 def _TransitionAllowed(self, to_state): argument
43 return to_state in self.state_machine.get(self._state, [])
/external/tensorflow/tensorflow/lite/experimental/kernels/
Dctc_beam_scorer.h49 CTCBeamState* to_state, int to_label) const {} in ExpandState() argument