Home
last modified time | relevance | path

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

/aosp_15_r20/external/android-nn-driver/test/
H A DFullyConnected.cpp73 android::sp<IMemory> outMemory = AddPoolAndGetData<float>(1, request);
155 android::sp<IMemory> outMemory = AddPoolAndGetData<float>(8, request);
244 android::sp<IMemory> outMemory = AddPoolAndGetData<float>(8, request);
356 android::sp<IMemory> outMemory = AddPoolAndGetData<float>(8, request);
H A DLstm.hpp355 AddPoolAndGetData<float>(scratchBufferValue.size(), request); in LstmTestImpl()
356 …android::sp<IMemory> outputStateOutMemory = AddPoolAndGetData<float>(outputStateOutValue.size(), r… in LstmTestImpl()
358 …android::sp<IMemory> cellStateOutMemory = AddPoolAndGetData<float>(cellStateOutValue.size(), reque… in LstmTestImpl()
360 android::sp<IMemory> outputMemory = AddPoolAndGetData<float>(outputValue.size(), request); in LstmTestImpl()
635 …android::sp<IMemory> cellStateOutMemory = AddPoolAndGetData<int16_t>(cellStateOutValue.size(), req… in QuantizedLstmTestImpl()
637 android::sp<IMemory> outputMemory = AddPoolAndGetData<uint8_t>(outputValue.size(), request); in QuantizedLstmTestImpl()
H A DConvolution2D.hpp102 android::sp<IMemory> outMemory = AddPoolAndGetData<float>(outSize, request); in PaddingTestImpl()
H A DConcurrent.cpp96 outMemory[i] = AddPoolAndGetData<float>(1, requests[i]);
H A DDriverTestHelpers.hpp170 android::sp<IMemory> AddPoolAndGetData(uint32_t size, V1_0::Request& request) in AddPoolAndGetData() function
191 android::sp<IMemory> memory = AddPoolAndGetData<T>(size, request); in AddPoolAndSetData()
H A DConcat.cpp116 …android::sp<IMemory> outMemory = AddPoolAndGetData<float>(expectedOutputTensor.GetNumElements(), r… in ConcatTestImpl()
H A DUnidirectionalSequenceLstm.hpp336 android::sp<IMemory> outputMemory = AddPoolAndGetData<float>(outputValue.size(), request); in UnidirectionalSequenceLstmTestImpl()
/aosp_15_r20/external/android-nn-driver/test/1.3/
H A DQLstm.cpp482 …android::sp<IMemory> outputStateOutMemory = AddPoolAndGetData<int8_t>(outputStateOutValue.size(), … in QLstmTestImpl()
485 …android::sp<IMemory> cellStateOutMemory = AddPoolAndGetData<int16_t>(cellStateOutValue.size(), req… in QLstmTestImpl()
488 android::sp<IMemory> outputMemory = AddPoolAndGetData<int8_t>(outputValue.size(), request); in QLstmTestImpl()
H A DQosTests.cpp136 outMemory[i] = AddPoolAndGetData<float>(1, requests[i]);
/aosp_15_r20/external/android-nn-driver/test/1.1/
H A DTranspose.cpp78 …android::sp<IMemory> outMemory = AddPoolAndGetData<float>(expectedOutputTensor.GetNumElements(), r… in TransposeTestImpl()
H A DMean.cpp81 …android::sp<IMemory> outMemory = AddPoolAndGetData<float>(expectedOutput.GetNumElements(), request… in MeanTestImpl()
/aosp_15_r20/external/android-nn-driver/test/1.2/
H A DMean.cpp84 …android::sp<IMemory> outMemory = AddPoolAndGetData<Half>(expectedOutput.GetNumElements(), request); in MeanTestImpl()