Searched refs:DecodeOutput (Results 1 – 3 of 3) sorted by relevance
104 std::string output = this->m_decoder->DecodeOutput<T>(contextToProcess); in PostProcessing()113 currentRContext = this->m_decoder->DecodeOutput(rContext); in PostProcessing()
35 std::string DecodeOutput(std::vector<T>& contextToProcess) in DecodeOutput() function in asr::Decoder
82 std::string text = decoder.DecodeOutput<int8_t>(convertedValues);