Home
last modified time | relevance | path

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

/external/armnn/samples/SpeechRecognition/include/
DDecoder.hpp43 std::vector<int16_t> rowVector; in DecodeOutput() local
46rowVector.emplace_back(static_cast<int16_t>(contextToProcess[row * rowLength + j])); in DecodeOutput()
49 …int maxIndex = std::distance(rowVector.begin(), std::max_element(rowVector.begin(), rowVector.end(… in DecodeOutput()