Searched refs:AddPoolAndGetData (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/android-nn-driver/test/ |
H A D | FullyConnected.cpp | 73 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 D | Lstm.hpp | 355 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 D | Convolution2D.hpp | 102 android::sp<IMemory> outMemory = AddPoolAndGetData<float>(outSize, request); in PaddingTestImpl()
|
H A D | Concurrent.cpp | 96 outMemory[i] = AddPoolAndGetData<float>(1, requests[i]);
|
H A D | DriverTestHelpers.hpp | 170 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 D | Concat.cpp | 116 …android::sp<IMemory> outMemory = AddPoolAndGetData<float>(expectedOutputTensor.GetNumElements(), r… in ConcatTestImpl()
|
H A D | UnidirectionalSequenceLstm.hpp | 336 android::sp<IMemory> outputMemory = AddPoolAndGetData<float>(outputValue.size(), request); in UnidirectionalSequenceLstmTestImpl()
|
/aosp_15_r20/external/android-nn-driver/test/1.3/ |
H A D | QLstm.cpp | 482 …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 D | QosTests.cpp | 136 outMemory[i] = AddPoolAndGetData<float>(1, requests[i]);
|
/aosp_15_r20/external/android-nn-driver/test/1.1/ |
H A D | Transpose.cpp | 78 …android::sp<IMemory> outMemory = AddPoolAndGetData<float>(expectedOutputTensor.GetNumElements(), r… in TransposeTestImpl()
|
H A D | Mean.cpp | 81 …android::sp<IMemory> outMemory = AddPoolAndGetData<float>(expectedOutput.GetNumElements(), request… in MeanTestImpl()
|
/aosp_15_r20/external/android-nn-driver/test/1.2/ |
H A D | Mean.cpp | 84 …android::sp<IMemory> outMemory = AddPoolAndGetData<Half>(expectedOutput.GetNumElements(), request); in MeanTestImpl()
|