Home
last modified time | relevance | path

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

/external/armnn/samples/SpeechRecognition/include/
DDecoder.hpp23 std::map<int, std::string> m_labels; member in asr::Decoder
50 unfilteredText.emplace_back(this->m_labels.at(maxIndex)[0]); in DecodeOutput()
/external/armnn/samples/SpeechRecognition/src/
DDecoder.cpp12 m_labels(labels) {} in Decoder()