Home
last modified time | relevance | path

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

/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/speech_commands/
A Dlabel_wav.cc170 const int label_index = indices_flat(pos); in main() local
172 LOG(INFO) << labels_list[label_index] << " (" << label_index in main()
A Dinput_data.py608 label_index = self.word_to_index[sample['label']]
609 labels[i - offset] = label_index
682 label_index = self.word_to_index[sample['label']]
683 labels.append(words_list[label_index])

Completed in 3 milliseconds