Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/samples/SpeechRecognition/include/
H A 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()
/aosp_15_r20/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_le_audio.cpp1317 std::vector<uint8_t>& rowVector = res[i]; in convertToDataVectors() local
1318 rowVector.resize(dataSize); in convertToDataVectors()
1319 env->GetByteArrayRegion(rowData, 0, dataSize, reinterpret_cast<jbyte*>(rowVector.data())); in convertToDataVectors()