Home
last modified time | relevance | path

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

/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/speech_commands/
A Dlabel_wav.cc90 Tensor sorted_scores(tensorflow::DT_FLOAT, {how_many_labels}); in GetTopLabels() local
93 sorted_scores.flat<float>()(i) = scores[i].second; in GetTopLabels()
96 *out_scores = sorted_scores; in GetTopLabels()

Completed in 3 milliseconds