Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestCompilationCaching.cpp230 bool hasCalledPrepareModelFromCache() const { return mHasCalledPrepareModelFromCache; } in hasCalledPrepareModelFromCache() function in __anone6e788b30110::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()