Home
last modified time | relevance | path

Searched refs:AddIntOperand (Results 1 – 10 of 10) sorted by relevance

/external/android-nn-driver/test/
DDilation.hpp115 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 …]
DConvolution2D.hpp61 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()
DGenericLayerTests.cpp44 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()
DFullyConnected.cpp38 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()
DConcurrent.cpp43 AddIntOperand<HalPolicy>(model, actValue); in BOOST_AUTO_TEST_CASE()
DConcat.cpp53 AddIntOperand<HalPolicy>(model, concatAxis); in ConcatTestImpl()
DDriverTestHelpers.hpp474 void AddIntOperand(HalModel& model, int32_t value, uint32_t numberOfConsumers = 1) in AddIntOperand() function
/external/android-nn-driver/test/1.1/
DMean.cpp51 AddIntOperand<HalPolicy>(model, keepDims); in MeanTestImpl()
/external/android-nn-driver/test/1.3/
DQosTests.cpp72 AddIntOperand<HalPolicy>(model, actValue); in BOOST_AUTO_TEST_CASE()
DQLstm.cpp451 AddIntOperand<HalPolicy>(model, projInputZeroPointValue); in QLstmTestImpl()