Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestTrivialModel.cpp202 Model modelAdd3; in TEST_F() local
203 CreateAddThreeTensorModel(&modelAdd3, matrix3); in TEST_F()
208 Compilation compilation2(&modelAdd3); in TEST_F()
219 Compilation compilation3(&modelAdd3); in TEST_F()
230 Model modelAdd3; in TEST_F() local
231 CreateAddThreeTensorModel(&modelAdd3, matrix3); in TEST_F()
232 Compilation compilation(&modelAdd3); in TEST_F()