Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/test/
DTestCompilationCaching.cpp413 const bool kIsCachingSupported = isCachingSupported(kNumModelCache, kNumDataCache); member in __anon6bb568470111::CompilationCachingTest
432 EXPECT_EQ(driver->hasCalledPrepareModel(), kIsCachingSupported in TEST_P()
449 EXPECT_EQ(driver->hasCalledPrepareModelFromCache(), kIsCachingSupported); in TEST_P()
452 if (kIsCachingSupported) { in TEST_P()