Home
last modified time | relevance | path

Searched defs:current_time_ms (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/speech_commands/
A Drecognize_commands_test.cc50 int64 current_time_ms = 0 + (i * 100); in TEST() local
69 int64 current_time_ms = 1000 + (i * 100); in TEST() local
A Drecognize_commands.py106 def process_latest_result(self, latest_results, current_time_ms, argument
A Drecognize_commands.cc35 const int64 current_time_ms, in ProcessLatestResults()
A Dtest_streaming_accuracy.cc264 const int64 current_time_ms = (audio_data_offset * 1000) / sample_rate; in main() local
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/
A Drecognize_commands_test.cc108 int32_t current_time_ms = 0 + (i * 100); in TF_LITE_MICRO_TEST() local
134 int32_t current_time_ms = 1000 + (i * 100); in TF_LITE_MICRO_TEST() local
A Drecognize_commands.cc39 const TfLiteTensor* latest_results, const int32_t current_time_ms, in ProcessLatestResults()

Completed in 7 milliseconds