Searched refs:AddIntOperand (Results 1 – 10 of 10) sorted by relevance
/external/android-nn-driver/test/ |
D | Dilation.hpp | 115 AddIntOperand<HalPolicy>(model, 1); in DilationTestImpl() 116 AddIntOperand<HalPolicy>(model, 1); in DilationTestImpl() 117 AddIntOperand<HalPolicy>(model, 1); in DilationTestImpl() 118 AddIntOperand<HalPolicy>(model, 1); in DilationTestImpl() 123 AddIntOperand<HalPolicy>(model, android::nn::kPaddingSame); in DilationTestImpl() 127 AddIntOperand<HalPolicy>(model, 2); // stride x in DilationTestImpl() 128 AddIntOperand<HalPolicy>(model, 2); // stride y in DilationTestImpl() 133 AddIntOperand<HalPolicy>(model, 1); // depth multiplier in DilationTestImpl() 137 AddIntOperand<HalPolicy>(model, 0); // no activation in DilationTestImpl() 145 AddIntOperand<HalPolicy>(model, 2); // dilation X in DilationTestImpl() [all …]
|
D | Convolution2D.hpp | 61 AddIntOperand<HalPolicy>(model, (int32_t)paddingScheme); // padding in PaddingTestImpl() 62 AddIntOperand<HalPolicy>(model, 2); // stride x in PaddingTestImpl() 63 AddIntOperand<HalPolicy>(model, 2); // stride y in PaddingTestImpl() 64 AddIntOperand<HalPolicy>(model, 0); // no activation in PaddingTestImpl()
|
D | GenericLayerTests.cpp | 44 AddIntOperand<HalPolicy>(model0, actValue); in BOOST_AUTO_TEST_CASE() 64 AddIntOperand<HalPolicy>(model1, actValue); in BOOST_AUTO_TEST_CASE() 75 AddIntOperand<HalPolicy>(model1, actValue); in BOOST_AUTO_TEST_CASE() 102 AddIntOperand<HalPolicy>(model2, actValue, 2); in BOOST_AUTO_TEST_CASE() 152 AddIntOperand<HalPolicy>(model4, 0); in BOOST_AUTO_TEST_CASE() 217 AddIntOperand<HalPolicy>(model, actValue); in BOOST_AUTO_TEST_CASE()
|
D | FullyConnected.cpp | 38 AddIntOperand<HalPolicy>(model, actValue); in BOOST_AUTO_TEST_CASE() 120 AddIntOperand<HalPolicy>(model, actValue); in BOOST_AUTO_TEST_CASE() 209 AddIntOperand<HalPolicy>(model, actValue); in BOOST_AUTO_TEST_CASE()
|
D | Concurrent.cpp | 43 AddIntOperand<HalPolicy>(model, actValue); in BOOST_AUTO_TEST_CASE()
|
D | Concat.cpp | 53 AddIntOperand<HalPolicy>(model, concatAxis); in ConcatTestImpl()
|
D | DriverTestHelpers.hpp | 474 void AddIntOperand(HalModel& model, int32_t value, uint32_t numberOfConsumers = 1) in AddIntOperand() function
|
/external/android-nn-driver/test/1.1/ |
D | Mean.cpp | 51 AddIntOperand<HalPolicy>(model, keepDims); in MeanTestImpl()
|
/external/android-nn-driver/test/1.3/ |
D | QosTests.cpp | 72 AddIntOperand<HalPolicy>(model, actValue); in BOOST_AUTO_TEST_CASE()
|
D | QLstm.cpp | 451 AddIntOperand<HalPolicy>(model, projInputZeroPointValue); in QLstmTestImpl()
|