Home
last modified time | relevance | path

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

/external/armnn/samples/SpeechRecognition/include/
DSpeechRecognitionPipeline.hpp104 std::string output = this->m_decoder->DecodeOutput<T>(contextToProcess); in PostProcessing()
113 currentRContext = this->m_decoder->DecodeOutput(rContext); in PostProcessing()
DDecoder.hpp35 std::string DecodeOutput(std::vector<T>& contextToProcess) in DecodeOutput() function in asr::Decoder
/external/armnn/samples/SpeechRecognition/test/
DDecoderTest.cpp82 std::string text = decoder.DecodeOutput<int8_t>(convertedValues);