Searched refs:modelAdd (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/neuralnetworks/1.3/vts/functional/ |
D | CompilationCachingTests.cpp | 1026 const Model modelAdd = createModel(testModelAdd); in TEST_P() local 1027 if (checkEarlyTermination(modelAdd)) return; in TEST_P() 1054 saveModelToCache(modelAdd, modelCache, dataCache); in TEST_P() 1088 const Model modelAdd = createModel(testModelAdd); in TEST_P() local 1089 if (checkEarlyTermination(modelAdd)) return; in TEST_P() 1113 saveModelToCache(modelAdd, modelCache, dataCache); in TEST_P() 1150 const Model modelAdd = createModel(testModelAdd); in TEST_P() local 1151 if (checkEarlyTermination(modelAdd)) return; in TEST_P() 1173 saveModelToCache(modelAdd, modelCache, dataCache); in TEST_P()
|
/hardware/interfaces/neuralnetworks/1.2/vts/functional/ |
D | CompilationCachingTests.cpp | 1035 const Model modelAdd = createModel(testModelAdd); in TEST_P() local 1036 if (checkEarlyTermination(modelAdd)) return; in TEST_P() 1063 saveModelToCache(modelAdd, modelCache, dataCache); in TEST_P() 1097 const Model modelAdd = createModel(testModelAdd); in TEST_P() local 1098 if (checkEarlyTermination(modelAdd)) return; in TEST_P() 1122 saveModelToCache(modelAdd, modelCache, dataCache); in TEST_P() 1159 const Model modelAdd = createModel(testModelAdd); in TEST_P() local 1160 if (checkEarlyTermination(modelAdd)) return; in TEST_P() 1182 saveModelToCache(modelAdd, modelCache, dataCache); in TEST_P()
|