Home
last modified time | relevance | path

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

/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/speech_commands/
A Dlabel_wav.cc77 auto unsorted_scores_flat = unsorted_scores_tensor.flat<float>(); in GetTopLabels() local
79 scores.reserve(unsorted_scores_flat.size()); in GetTopLabels()
80 for (int i = 0; i < unsorted_scores_flat.size(); ++i) { in GetTopLabels()
81 scores.push_back(std::pair<int, float>({i, unsorted_scores_flat(i)})); in GetTopLabels()

Completed in 2 milliseconds