Searched refs:WrapperModel (Results 1 – 9 of 9) sorted by relevance
/frameworks/ml/nn/runtime/test/ |
D | TestCompliance.cpp | 32 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()
|
D | TestFailingDriver.cpp | 38 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()
|
D | TestMemory.cpp | 29 using WrapperModel = ::android::nn::test_wrapper::Model; typedef 58 WrapperModel model; in TEST_F() 116 WrapperModel model; in TEST_F()
|
D | TestMemoryInternal.cpp | 36 using WrapperModel = ::android::nn::test_wrapper::Model; typedef 117 WrapperModel model; in TEST_F() 185 WrapperModel model; in TEST_F()
|
D | TestPartitioningRandom.cpp | 105 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()
|
D | TestExecution.cpp | 54 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()
|
D | TestIntrospectionControl.cpp | 57 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()
|
D | TestPartitioning.cpp | 163 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()
|
D | TestRemoveDefaultArguments.cpp | 107 using WrapperModel = test_wrapper::Model; typedef
|