Home
last modified time | relevance | path

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

/external/android-nn-driver/test/1.3/
DQLstm.cpp194 AddTensorOperand<HalPolicy>(model, in QLstmTestImpl()
203 AddTensorOperand<HalPolicy>(model, in QLstmTestImpl()
212 AddTensorOperand<HalPolicy>(model, in QLstmTestImpl()
221 AddTensorOperand<HalPolicy>(model, in QLstmTestImpl()
231 AddTensorOperand<HalPolicy>(model, in QLstmTestImpl()
240 AddTensorOperand<HalPolicy>(model, in QLstmTestImpl()
249 AddTensorOperand<HalPolicy>(model, in QLstmTestImpl()
258 AddTensorOperand<HalPolicy>(model, in QLstmTestImpl()
268 AddTensorOperand<HalPolicy>(model, in QLstmTestImpl()
278 AddTensorOperand<HalPolicy>(model, in QLstmTestImpl()
[all …]
DQosTests.cpp62 AddTensorOperand<HalPolicy>(model, in BOOST_AUTO_TEST_CASE()
67 AddTensorOperand<HalPolicy>(model, in BOOST_AUTO_TEST_CASE()
/external/android-nn-driver/test/
DLstm.hpp181 AddTensorOperand<HalPolicy>(model, in LstmTestImpl()
188 AddTensorOperand<HalPolicy>(model, inputToForgetWeightsDimensions, inputToForgetWeightsValue); in LstmTestImpl()
191 AddTensorOperand<HalPolicy>(model, inputToCellWeightsDimensions, inputToCellWeightsValue); in LstmTestImpl()
194 AddTensorOperand<HalPolicy>(model, inputToOutputWeightsDimensions, inputToOutputWeightsValue); in LstmTestImpl()
198 AddTensorOperand<HalPolicy>(model, in LstmTestImpl()
205AddTensorOperand<HalPolicy>(model, recurrentToForgetWeightsDimensions, recurrentToForgetWeightsVal… in LstmTestImpl()
208AddTensorOperand<HalPolicy>(model, recurrentToCellWeightsDimensions, recurrentToCellWeightsValue); in LstmTestImpl()
211AddTensorOperand<HalPolicy>(model, recurrentToOutputWeightsDimensions, recurrentToOutputWeightsVal… in LstmTestImpl()
213 AddTensorOperand<HalPolicy>(model, in LstmTestImpl()
219 AddTensorOperand<HalPolicy>(model, in LstmTestImpl()
[all …]
DFullyConnected.cpp36 AddTensorOperand<HalPolicy>(model, hidl_vec<uint32_t>{1, 3}, weightValue); in BOOST_AUTO_TEST_CASE()
37 AddTensorOperand<HalPolicy>(model, hidl_vec<uint32_t>{1}, biasValue); in BOOST_AUTO_TEST_CASE()
118 AddTensorOperand<HalPolicy>(model, hidl_vec<uint32_t>{8, 8}, weightValue); in BOOST_AUTO_TEST_CASE()
119 AddTensorOperand<HalPolicy>(model, hidl_vec<uint32_t>{8}, biasValue); in BOOST_AUTO_TEST_CASE()
207 AddTensorOperand<HalPolicy>(model, hidl_vec<uint32_t>{8, 8}, weightValue); in BOOST_AUTO_TEST_CASE()
208 AddTensorOperand<HalPolicy>(model, hidl_vec<uint32_t>{8}, biasValue); in BOOST_AUTO_TEST_CASE()
DGenericLayerTests.cpp42 AddTensorOperand<HalPolicy>(model0, hidl_vec<uint32_t>{1, 3}, weightValue); in BOOST_AUTO_TEST_CASE()
43 AddTensorOperand<HalPolicy>(model0, hidl_vec<uint32_t>{1}, biasValue); in BOOST_AUTO_TEST_CASE()
62 AddTensorOperand<HalPolicy>(model1, hidl_vec<uint32_t>{1, 3}, weightValue); in BOOST_AUTO_TEST_CASE()
63 AddTensorOperand<HalPolicy>(model1, hidl_vec<uint32_t>{1}, biasValue); in BOOST_AUTO_TEST_CASE()
214 AddTensorOperand<HalPolicy>(model, hidl_vec<uint32_t>{1, 3}, weightValue); in BOOST_AUTO_TEST_CASE()
215 AddTensorOperand<HalPolicy>(model, hidl_vec<uint32_t>{1}, biasValue); in BOOST_AUTO_TEST_CASE()
DConcurrent.cpp41 AddTensorOperand<HalPolicy>(model, hidl_vec<uint32_t>{1, 3}, weightValue); in BOOST_AUTO_TEST_CASE()
42 AddTensorOperand<HalPolicy>(model, hidl_vec<uint32_t>{1}, biasValue); in BOOST_AUTO_TEST_CASE()
DConvolution2D.hpp59 AddTensorOperand<HalPolicy>(model, hidl_vec<uint32_t>{1, 2, 2, 1}, weightValue); in PaddingTestImpl()
60 AddTensorOperand<HalPolicy>(model, hidl_vec<uint32_t>{1}, biasValue); in PaddingTestImpl()
DDilation.hpp108 AddTensorOperand<HalPolicy>(model, hidl_vec<uint32_t>{1, 3, 3, 1}, weightData.data()); in DilationTestImpl()
109 AddTensorOperand<HalPolicy>(model, hidl_vec<uint32_t>{1}, biasData.data()); in DilationTestImpl()
DDriverTestHelpers.hpp406 void AddTensorOperand(HalModel& model, in AddTensorOperand() function
454 void AddTensorOperand(HalModel& model, in AddTensorOperand() function
463 AddTensorOperand<HalPolicy, T>(model, in AddTensorOperand()
/external/android-nn-driver/test/1.1/
DTranspose.cpp45 AddTensorOperand<HalPolicy>(model, in TransposeTestImpl()
DMean.cpp46 AddTensorOperand<HalPolicy>(model, in MeanTestImpl()