Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/examples/speech_commands/
Drecognize_commands.py43 def founded_command(self): member in RecognizeResult
46 @founded_command.setter
47 def founded_command(self, value): member in RecognizeResult
150 recognize_element.founded_command = self._previous_top_label
187 recognize_element.founded_command = current_top_label
Dtest_streaming_accuracy.py163 recognize_element.founded_command != '_silence_'):
165 [recognize_element.founded_command, current_time_ms])
176 current_time_ms, recognize_element.founded_command,