Home
last modified time | relevance | path

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

/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/speech_commands/
A Drecognize_commands.cc80 auto scores_flat = scores_tensor.flat<float>(); in ProcessLatestResults() local
81 for (int i = 0; i < scores_flat.size(); ++i) { in ProcessLatestResults()
82 average_scores[i] += scores_flat(i) / how_many_results; in ProcessLatestResults()
A Dlabel_wav.cc167 tensorflow::TTypes<float>::Flat scores_flat = scores.flat<float>(); in main() local
171 const float score = scores_flat(pos); in main()

Completed in 3 milliseconds