Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestCompilationCaching.cpp402 const bool kIsCachingSupported = isCachingSupported(kNumModelCache, kNumDataCache); member in __anondf3c1f010111::CompilationCachingTest
420 EXPECT_EQ(driver->hasCalledPrepareModel(), kIsCachingSupported in TEST_P()
436 EXPECT_EQ(driver->hasCalledPrepareModelFromCache(), kIsCachingSupported); in TEST_P()
439 if (kIsCachingSupported) { in TEST_P()