Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestCompilationCaching.cpp222 bool hasCalledPrepareModelFromCache() const { return mHasCalledPrepareModelFromCache; } in hasCalledPrepareModelFromCache() function in __anondf3c1f010111::CachingDriver
417 EXPECT_FALSE(driver->hasCalledPrepareModelFromCache()); in TEST_P()
436 EXPECT_EQ(driver->hasCalledPrepareModelFromCache(), kIsCachingSupported); in TEST_P()
466 EXPECT_FALSE(driver->hasCalledPrepareModelFromCache()); in TEST_P()