Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/test/
DTestCompilationCaching.cpp231 bool hasCalledPrepareModelFromCache() const { return mHasCalledPrepareModelFromCache; } in hasCalledPrepareModelFromCache() function in __anon86e7d9f30111::CachingDriver
429 EXPECT_FALSE(driver->hasCalledPrepareModelFromCache()); in TEST_P()
449 EXPECT_EQ(driver->hasCalledPrepareModelFromCache(), kIsCachingSupported); in TEST_P()
480 EXPECT_FALSE(driver->hasCalledPrepareModelFromCache()); in TEST_P()