Home
last modified time | relevance | path

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

/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/speech_commands/
A Dlabel_wav.cc139 Status read_labels_status = ReadLabelsFile(labels, &labels_list); in main() local
140 if (!read_labels_status.ok()) { in main()
141 LOG(ERROR) << read_labels_status; in main()
A Dtest_streaming_accuracy.cc196 Status read_labels_status = ReadLabelsFile(labels, &labels_list); in main() local
197 if (!read_labels_status.ok()) { in main()
198 LOG(ERROR) << read_labels_status; in main()

Completed in 3 milliseconds