Home
last modified time | relevance | path

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

/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/speech_commands/
A Daccuracy_utils.py111 for found_word in found_words:
112 found_label = found_word[0]
113 found_time = found_word[1]
A Daccuracy_utils.cc82 for (const std::pair<string, int64>& found_word : found_words) { in CalculateAccuracyStats() local
83 const string& found_label = found_word.first; in CalculateAccuracyStats()
84 const int64 found_time = found_word.second; in CalculateAccuracyStats()

Completed in 3 milliseconds