Searched defs:outputMemory (Results 1 – 6 of 6) sorted by relevance
360 android::sp<IMemory> outputMemory = AddPoolAndGetData<float>(outputValue.size(), request); in LstmTestImpl() local637 android::sp<IMemory> outputMemory = AddPoolAndGetData<uint8_t>(outputValue.size(), request); in QuantizedLstmTestImpl() local
336 android::sp<IMemory> outputMemory = AddPoolAndGetData<float>(outputValue.size(), request); in UnidirectionalSequenceLstmTestImpl() local
796 std::vector<uint8_t> outputMemory(outputBufferSizeInfo.memorySizeBytes); in iterate() local
488 android::sp<IMemory> outputMemory = AddPoolAndGetData<int8_t>(outputValue.size(), request); in QLstmTestImpl() local
505 sp<IMemory> outputMemory = mapMemory(tmp); in getBuffer() local
555 const auto outputMemory = nn::map(sharedMemory).value(); in getBuffer() local