Searched refs:kNumModelCache (Results  1 – 1 of 1) sorted by relevance
| /packages/modules/NeuralNetworks/runtime/test/ | 
| D | TestCompilationCaching.cpp | 327     const uint32_t kNumModelCache = std::get<1>(GetParam());  member in __anon6536bb2c0111::DeviceRegistrationTest 330             new CachingDriver(kDeviceName, kErrorStatusGetNumCacheFiles, kNumModelCache, 350             canDeviceBeRegistered(kErrorStatusGetNumCacheFiles, kNumModelCache, kNumDataCache);  in TEST_P() 404                 new CachingDriver(kDeviceName, V1_3::ErrorStatus::NONE, kNumModelCache,  in createCache() 410     const uint32_t kNumModelCache = std::get<0>(GetParam());  member in __anon6536bb2c0111::CompilationCachingTest 413     const bool kIsCachingSupported = isCachingSupported(kNumModelCache, kNumDataCache); 424             new CachingDriver(kDeviceName, V1_3::ErrorStatus::NONE, kNumModelCache, kNumDataCache,  in TEST_P() 443             new CachingDriver(kDeviceName, V1_3::ErrorStatus::NONE, kNumModelCache, kNumDataCache,  in TEST_P() 474             new CachingDriver(kDeviceName, V1_3::ErrorStatus::NONE, kNumModelCache, kNumDataCache,  in TEST_P()
  |