Home
last modified time | relevance | path

Searched refs:WrapperModel (Results 1 – 9 of 9) sorted by relevance

/frameworks/ml/nn/runtime/test/
DTestCompliance.cpp32 using WrapperModel = test_wrapper::Model; typedef
40 static HidlModel createHidlModel(const WrapperModel& wrapperModel) { in createHidlModel()
47 static void testAvailableSinceV1_3(const WrapperModel& wrapperModel) { in testAvailableSinceV1_3()
54 static void testAvailableSinceV1_2(const WrapperModel& wrapperModel) { in testAvailableSinceV1_2()
61 static void testAvailableSinceV1_1(const WrapperModel& wrapperModel) { in testAvailableSinceV1_1()
68 static void testAvailableSinceV1_0(const WrapperModel& wrapperModel) { in testAvailableSinceV1_0()
93 WrapperModel model; in TEST_F()
107 WrapperModel model; in TEST_F()
121 WrapperModel model; in TEST_F()
152 WrapperModel model; in TEST_F()
DTestFailingDriver.cpp38 using WrapperModel = test_wrapper::Model; typedef
108 WrapperModel conditionModel; in TEST_F()
119 WrapperModel bodyModel; in TEST_F()
130 WrapperModel model; in TEST_F()
185 WrapperModel model; in TEST_F()
DTestMemory.cpp29 using WrapperModel = ::android::nn::test_wrapper::Model; typedef
58 WrapperModel model; in TEST_F()
116 WrapperModel model; in TEST_F()
DTestMemoryInternal.cpp36 using WrapperModel = ::android::nn::test_wrapper::Model; typedef
117 WrapperModel model; in TEST_F()
185 WrapperModel model; in TEST_F()
DTestPartitioningRandom.cpp105 using WrapperModel = nn::test_wrapper::Model; typedef
146 class TestModel : public WrapperModel {
152 WrapperModel::addOperation(type, inputs, outputs); in addOperation()
172 WrapperModel::setOperandValue(index, value.data(), length); in setOperandValue()
175 WrapperModel::setOperandValue(index, mOperandValues.back().data(), length); in setOperandValue()
183 WrapperModel::setOperandValue(index, value.data(), length); in setOperandValue()
188 WrapperModel::setOperandValue(index, &value, sizeof(value)); in setOperandValue()
210 TestCompilation(const WrapperModel* model) : WrapperCompilation(model) {} in TestCompilation()
212 TestCompilation(const WrapperModel* model, std::vector<std::shared_ptr<Device>> devices) { in TestCompilation()
430 ModelStats(const WrapperModel* model) in ModelStats()
DTestExecution.cpp54 using WrapperModel = nn::test_wrapper::Model; typedef
564 TestCompilation(const WrapperModel* model, const std::string& deviceName, in TestCompilation()
588 TestIntrospectionCompilation(const WrapperModel* model, const std::string& deviceName) { in TestIntrospectionCompilation()
662 WrapperModel mModel;
680 static WrapperModel makeModel() { in makeModel()
683 WrapperModel model; in makeModel()
DTestIntrospectionControl.cpp57 using WrapperModel = nn::test_wrapper::Model; typedef
198 WrapperModel mModel;
201 void createSimpleAddModel(WrapperModel* model) { in createSimpleAddModel()
1116 void createAddMaxModel(WrapperModel* model, bool reverseOrder) { in createAddMaxModel()
1179 void createAddMulModel(WrapperModel* model, bool reverseOrder) { in createAddMulModel()
DTestPartitioning.cpp163 using WrapperModel = ::android::nn::test_wrapper::Model; typedef
638 class PartitioningModel : private WrapperModel {
640 using WrapperModel::finish;
641 using WrapperModel::getHandle;
642 using WrapperModel::identifyInputsAndOutputs;
643 using WrapperModel::isValid;
644 using WrapperModel::relaxComputationFloat32toFloat16;
707 return WrapperModel::addOperand(&wrapperOperandType); in addOperand()
859 WrapperModel::setOperandValueFromModel(index, &model); in addRefModelOperand()
871 return WrapperModel::addOperand(&type); in addOperandOfSameType()
DTestRemoveDefaultArguments.cpp107 using WrapperModel = test_wrapper::Model; typedef