Searched refs:testModelAdd (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/neuralnetworks/1.3/vts/functional/ |
D | CompilationCachingTests.cpp | 1025 const TestModel testModelAdd = createLargeTestModel(OperationType::ADD, kLargeModelSize); in TEST_P() local 1026 const Model modelAdd = createModel(testModelAdd); in TEST_P() 1073 EvaluatePreparedModel(kDevice, preparedModel, testModelAdd, in TEST_P() 1087 const TestModel testModelAdd = createLargeTestModel(OperationType::ADD, kLargeModelSize); in TEST_P() local 1088 const Model modelAdd = createModel(testModelAdd); in TEST_P() 1135 EvaluatePreparedModel(kDevice, preparedModel, testModelAdd, in TEST_P() 1149 const TestModel testModelAdd = createLargeTestModel(OperationType::ADD, kLargeModelSize); in TEST_P() local 1150 const Model modelAdd = createModel(testModelAdd); in TEST_P()
|
/hardware/interfaces/neuralnetworks/1.2/vts/functional/ |
D | CompilationCachingTests.cpp | 1034 const TestModel testModelAdd = createLargeTestModel(OperationType::ADD, kLargeModelSize); in TEST_P() local 1035 const Model modelAdd = createModel(testModelAdd); in TEST_P() 1082 EvaluatePreparedModel(preparedModel, testModelAdd, in TEST_P() 1096 const TestModel testModelAdd = createLargeTestModel(OperationType::ADD, kLargeModelSize); in TEST_P() local 1097 const Model modelAdd = createModel(testModelAdd); in TEST_P() 1144 EvaluatePreparedModel(preparedModel, testModelAdd, in TEST_P() 1158 const TestModel testModelAdd = createLargeTestModel(OperationType::ADD, kLargeModelSize); in TEST_P() local 1159 const Model modelAdd = createModel(testModelAdd); in TEST_P()
|