Home
last modified time | relevance | path

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

/external/armnn/samples/SpeechRecognition/include/
DDecoder.hpp39 std::vector<char> unfilteredText; in DecodeOutput() local
50 unfilteredText.emplace_back(this->m_labels.at(maxIndex)[0]); in DecodeOutput()
53 std::string filteredText = FilterCharacters(unfilteredText); in DecodeOutput()