Searched refs:labels_list (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/speech_commands/ |
A D | label_wav.cc | 138 std::vector<string> labels_list; in main() local 139 Status read_labels_status = ReadLabelsFile(labels, &labels_list); in main() 172 LOG(INFO) << labels_list[label_index] << " (" << label_index in main()
|
A D | label_wav.py | 87 labels_list = load_labels(labels) 95 run_graph(wav_data, labels_list, input_name, output_name, how_many_labels)
|
A D | label_wav_dir.py | 93 labels_list = load_labels(labels) 98 run_graph(wav_dir, labels_list, input_name, output_name, how_many_labels)
|
A D | test_streaming_accuracy.cc | 195 std::vector<string> labels_list; in main() local 196 Status read_labels_status = ReadLabelsFile(labels, &labels_list); in main() 242 labels_list, average_window_ms, detection_threshold, suppression_ms); in main()
|
Completed in 4 milliseconds