Home
last modified time | relevance | path

Searched refs:kCategoryCount (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/
A Drecognize_commands.cc43 (latest_results->dims->data[1] != kCategoryCount)) { in ProcessLatestResults()
48 kCategoryCount, latest_results->dims->data[1], in ProcessLatestResults()
95 int32_t average_scores[kCategoryCount]; in ProcessLatestResults()
100 for (int i = 0; i < kCategoryCount; ++i) { in ProcessLatestResults()
108 for (int i = 0; i < kCategoryCount; ++i) { in ProcessLatestResults()
115 for (int i = 0; i < kCategoryCount; ++i) { in ProcessLatestResults()
A Drecognize_commands.h41 for (int i = 0; i < kCategoryCount; ++i) { in Result()
46 int8_t scores[kCategoryCount];
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/micro_features/
A Dmicro_model_settings.h40 constexpr int kCategoryCount = 4; variable
41 extern const char* kCategoryLabels[kCategoryCount];
A Dmicro_model_settings.cc18 const char* kCategoryLabels[kCategoryCount] = {
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/simple_features/
A Dsimple_model_settings.h38 constexpr int kCategoryCount = 4; variable
41 extern const char* kCategoryLabels[kCategoryCount];
A Dsimple_model_settings.cc18 const char* kCategoryLabels[kCategoryCount] = {
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/
A Dtrain_micro_speech_model.ipynb543 … have generated a new model to identify different words: (i) Update `kCategoryCount` and `kCategor…

Completed in 10 milliseconds