/external/android-nn-driver/test/1.3/ |
D | QLstm.cpp | 194 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 …]
|
D | QosTests.cpp | 62 AddTensorOperand<HalPolicy>(model, in BOOST_AUTO_TEST_CASE() 67 AddTensorOperand<HalPolicy>(model, in BOOST_AUTO_TEST_CASE()
|
/external/android-nn-driver/test/ |
D | Lstm.hpp | 181 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() 205 …AddTensorOperand<HalPolicy>(model, recurrentToForgetWeightsDimensions, recurrentToForgetWeightsVal… in LstmTestImpl() 208 … AddTensorOperand<HalPolicy>(model, recurrentToCellWeightsDimensions, recurrentToCellWeightsValue); in LstmTestImpl() 211 …AddTensorOperand<HalPolicy>(model, recurrentToOutputWeightsDimensions, recurrentToOutputWeightsVal… in LstmTestImpl() 213 AddTensorOperand<HalPolicy>(model, in LstmTestImpl() 219 AddTensorOperand<HalPolicy>(model, in LstmTestImpl() [all …]
|
D | FullyConnected.cpp | 36 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()
|
D | GenericLayerTests.cpp | 42 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()
|
D | Concurrent.cpp | 41 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()
|
D | Convolution2D.hpp | 59 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()
|
D | Dilation.hpp | 108 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()
|
D | DriverTestHelpers.hpp | 406 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/ |
D | Transpose.cpp | 45 AddTensorOperand<HalPolicy>(model, in TransposeTestImpl()
|
D | Mean.cpp | 46 AddTensorOperand<HalPolicy>(model, in MeanTestImpl()
|