/aosp_15_r20/external/android-nn-driver/test/ |
H A D | Lstm.hpp | 158 AddTensorOperand<HalPolicy>(model, in LstmTestImpl() 165 AddTensorOperand<HalPolicy>(model, inputToForgetWeightsDimensions, inputToForgetWeightsValue); in LstmTestImpl() 168 AddTensorOperand<HalPolicy>(model, inputToCellWeightsDimensions, inputToCellWeightsValue); in LstmTestImpl() 171 AddTensorOperand<HalPolicy>(model, inputToOutputWeightsDimensions, inputToOutputWeightsValue); in LstmTestImpl() 175 AddTensorOperand<HalPolicy>(model, in LstmTestImpl() 182 …AddTensorOperand<HalPolicy>(model, recurrentToForgetWeightsDimensions, recurrentToForgetWeightsVal… in LstmTestImpl() 185 … AddTensorOperand<HalPolicy>(model, recurrentToCellWeightsDimensions, recurrentToCellWeightsValue); in LstmTestImpl() 188 …AddTensorOperand<HalPolicy>(model, recurrentToOutputWeightsDimensions, recurrentToOutputWeightsVal… in LstmTestImpl() 190 AddTensorOperand<HalPolicy>(model, in LstmTestImpl() 196 AddTensorOperand<HalPolicy>(model, in LstmTestImpl() [all …]
|
H A D | UnidirectionalSequenceLstm.hpp | 159 AddTensorOperand<HalPolicy>(model, in UnidirectionalSequenceLstmTestImpl() 166 AddTensorOperand<HalPolicy>(model, inputToForgetWeightsDimensions, inputToForgetWeightsValue); in UnidirectionalSequenceLstmTestImpl() 169 AddTensorOperand<HalPolicy>(model, inputToCellWeightsDimensions, inputToCellWeightsValue); in UnidirectionalSequenceLstmTestImpl() 172 AddTensorOperand<HalPolicy>(model, inputToOutputWeightsDimensions, inputToOutputWeightsValue); in UnidirectionalSequenceLstmTestImpl() 176 AddTensorOperand<HalPolicy>(model, in UnidirectionalSequenceLstmTestImpl() 183 …AddTensorOperand<HalPolicy>(model, recurrentToForgetWeightsDimensions, recurrentToForgetWeightsVal… in UnidirectionalSequenceLstmTestImpl() 186 … AddTensorOperand<HalPolicy>(model, recurrentToCellWeightsDimensions, recurrentToCellWeightsValue); in UnidirectionalSequenceLstmTestImpl() 189 …AddTensorOperand<HalPolicy>(model, recurrentToOutputWeightsDimensions, recurrentToOutputWeightsVal… in UnidirectionalSequenceLstmTestImpl() 191 AddTensorOperand<HalPolicy>(model, in UnidirectionalSequenceLstmTestImpl() 197 AddTensorOperand<HalPolicy>(model, in UnidirectionalSequenceLstmTestImpl() [all …]
|
H A D | GenericLayerTests.cpp | 40 AddTensorOperand<HalPolicy>(model0, hidl_vec<uint32_t>{1, 3}, weightValue); 41 AddTensorOperand<HalPolicy>(model0, hidl_vec<uint32_t>{1}, biasValue); 60 AddTensorOperand<HalPolicy>(model1, hidl_vec<uint32_t>{1, 3}, weightValue); 61 AddTensorOperand<HalPolicy>(model1, hidl_vec<uint32_t>{1}, biasValue); 212 AddTensorOperand<HalPolicy>(model, hidl_vec<uint32_t>{1, 3}, weightValue); 213 AddTensorOperand<HalPolicy>(model, hidl_vec<uint32_t>{1}, biasValue);
|
H A D | FullyConnected.cpp | 33 AddTensorOperand<HalPolicy>(model, hidl_vec<uint32_t>{1, 3}, weightValue); 34 AddTensorOperand<HalPolicy>(model, hidl_vec<uint32_t>{1}, biasValue); 115 AddTensorOperand<HalPolicy>(model, hidl_vec<uint32_t>{8, 8}, weightValue); 116 AddTensorOperand<HalPolicy>(model, hidl_vec<uint32_t>{8}, biasValue); 204 AddTensorOperand<HalPolicy>(model, hidl_vec<uint32_t>{8, 8}, weightValue); 205 AddTensorOperand<HalPolicy>(model, hidl_vec<uint32_t>{8}, biasValue);
|
H A D | Convolution2D.hpp | 58 AddTensorOperand<HalPolicy>(model, hidl_vec < uint32_t > {1, 2, 2, 1}, weightValue); in PaddingTestImpl() 59 AddTensorOperand<HalPolicy>(model, hidl_vec < uint32_t > {1}, biasValue); in PaddingTestImpl()
|
H A D | Concurrent.cpp | 39 AddTensorOperand<HalPolicy>(model, hidl_vec<uint32_t>{1, 3}, weightValue); 40 AddTensorOperand<HalPolicy>(model, hidl_vec<uint32_t>{1}, biasValue);
|
H A D | Dilation.hpp | 103 AddTensorOperand<HalPolicy>(model, hidl_vec<uint32_t>{1, 3, 3, 1}, weightData.data()); in DilationTestImpl() 104 AddTensorOperand<HalPolicy>(model, hidl_vec<uint32_t>{1}, biasData.data()); in DilationTestImpl()
|
H A D | DriverTestHelpers.hpp | 417 void AddTensorOperand(HalModel& model, in AddTensorOperand() function 465 void AddTensorOperand(HalModel& model, in AddTensorOperand() function 474 AddTensorOperand<HalPolicy, T>(model, in AddTensorOperand()
|
/aosp_15_r20/external/android-nn-driver/test/1.3/ |
H A D | QLstm.cpp | 161 AddTensorOperand<HalPolicy>(model, in QLstmTestImpl() 170 AddTensorOperand<HalPolicy>(model, in QLstmTestImpl() 179 AddTensorOperand<HalPolicy>(model, in QLstmTestImpl() 188 AddTensorOperand<HalPolicy>(model, in QLstmTestImpl() 198 AddTensorOperand<HalPolicy>(model, in QLstmTestImpl() 207 AddTensorOperand<HalPolicy>(model, in QLstmTestImpl() 216 AddTensorOperand<HalPolicy>(model, in QLstmTestImpl() 225 AddTensorOperand<HalPolicy>(model, in QLstmTestImpl() 235 AddTensorOperand<HalPolicy>(model, in QLstmTestImpl() 245 AddTensorOperand<HalPolicy>(model, in QLstmTestImpl() [all …]
|
H A D | QosTests.cpp | 49 AddTensorOperand<HalPolicy>(model, 54 AddTensorOperand<HalPolicy>(model,
|
/aosp_15_r20/external/android-nn-driver/test/1.1/ |
H A D | Transpose.cpp | 34 AddTensorOperand<HalPolicy>(model, in TransposeTestImpl()
|
H A D | Mean.cpp | 37 AddTensorOperand<HalPolicy>(model, in MeanTestImpl()
|
/aosp_15_r20/external/android-nn-driver/test/1.2/ |
H A D | Mean.cpp | 39 AddTensorOperand<HalPolicy>(model, in MeanTestImpl()
|