Home
last modified time | relevance | path

Searched refs:AddTensorOperand (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/android-nn-driver/test/
H A DLstm.hpp158 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()
182AddTensorOperand<HalPolicy>(model, recurrentToForgetWeightsDimensions, recurrentToForgetWeightsVal… in LstmTestImpl()
185AddTensorOperand<HalPolicy>(model, recurrentToCellWeightsDimensions, recurrentToCellWeightsValue); in LstmTestImpl()
188AddTensorOperand<HalPolicy>(model, recurrentToOutputWeightsDimensions, recurrentToOutputWeightsVal… in LstmTestImpl()
190 AddTensorOperand<HalPolicy>(model, in LstmTestImpl()
196 AddTensorOperand<HalPolicy>(model, in LstmTestImpl()
[all …]
H A DUnidirectionalSequenceLstm.hpp159 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()
183AddTensorOperand<HalPolicy>(model, recurrentToForgetWeightsDimensions, recurrentToForgetWeightsVal… in UnidirectionalSequenceLstmTestImpl()
186AddTensorOperand<HalPolicy>(model, recurrentToCellWeightsDimensions, recurrentToCellWeightsValue); in UnidirectionalSequenceLstmTestImpl()
189AddTensorOperand<HalPolicy>(model, recurrentToOutputWeightsDimensions, recurrentToOutputWeightsVal… in UnidirectionalSequenceLstmTestImpl()
191 AddTensorOperand<HalPolicy>(model, in UnidirectionalSequenceLstmTestImpl()
197 AddTensorOperand<HalPolicy>(model, in UnidirectionalSequenceLstmTestImpl()
[all …]
H A DGenericLayerTests.cpp40 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 DFullyConnected.cpp33 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 DConvolution2D.hpp58 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 DConcurrent.cpp39 AddTensorOperand<HalPolicy>(model, hidl_vec<uint32_t>{1, 3}, weightValue);
40 AddTensorOperand<HalPolicy>(model, hidl_vec<uint32_t>{1}, biasValue);
H A DDilation.hpp103 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 DDriverTestHelpers.hpp417 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 DQLstm.cpp161 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 DQosTests.cpp49 AddTensorOperand<HalPolicy>(model,
54 AddTensorOperand<HalPolicy>(model,
/aosp_15_r20/external/android-nn-driver/test/1.1/
H A DTranspose.cpp34 AddTensorOperand<HalPolicy>(model, in TransposeTestImpl()
H A DMean.cpp37 AddTensorOperand<HalPolicy>(model, in MeanTestImpl()
/aosp_15_r20/external/android-nn-driver/test/1.2/
H A DMean.cpp39 AddTensorOperand<HalPolicy>(model, in MeanTestImpl()