Home
last modified time | relevance | path

Searched defs:outputMemory (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/android-nn-driver/test/
H A DLstm.hpp360 android::sp<IMemory> outputMemory = AddPoolAndGetData<float>(outputValue.size(), request); in LstmTestImpl() local
637 android::sp<IMemory> outputMemory = AddPoolAndGetData<uint8_t>(outputValue.size(), request); in QuantizedLstmTestImpl() local
H A DUnidirectionalSequenceLstm.hpp336 android::sp<IMemory> outputMemory = AddPoolAndGetData<float>(outputValue.size(), request); in UnidirectionalSequenceLstmTestImpl() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderFConvertTests.cpp796 std::vector<uint8_t> outputMemory(outputBufferSizeInfo.memorySizeBytes); in iterate() local
/aosp_15_r20/external/android-nn-driver/test/1.3/
H A DQLstm.cpp488 android::sp<IMemory> outputMemory = AddPoolAndGetData<int8_t>(outputValue.size(), request); in QLstmTestImpl() local
/aosp_15_r20/hardware/interfaces/neuralnetworks/1.3/vts/functional/
H A DGeneratedTestHarness.cpp505 sp<IMemory> outputMemory = mapMemory(tmp); in getBuffer() local
/aosp_15_r20/hardware/interfaces/neuralnetworks/aidl/vts/functional/
H A DGeneratedTestHarness.cpp555 const auto outputMemory = nn::map(sharedMemory).value(); in getBuffer() local