Home
last modified time | relevance | path

Searched refs:recognize_element (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/examples/speech_commands/
Drecognize_commands.py107 recognize_element): argument
150 recognize_element.founded_command = self._previous_top_label
151 recognize_element.score = 0.0
152 recognize_element.is_new_command = False
184 recognize_element.is_new_command = True
186 recognize_element.is_new_command = False
187 recognize_element.founded_command = current_top_label
188 recognize_element.score = current_top_score
Dtest_streaming_accuracy.py125 recognize_element = RecognizeResult()
158 recognize_element)
162 if (recognize_element.is_new_command and
163 recognize_element.founded_command != '_silence_'):
165 [recognize_element.founded_command, current_time_ms])
176 current_time_ms, recognize_element.founded_command,
177 recognize_element.score, recognition_state))