Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestCompilationCaching.cpp327 const uint32_t kNumDataCache = std::get<2>(GetParam()); member in __anone6e788b30110::DeviceRegistrationTest
330 kNumDataCache, V1_3::ErrorStatus::NONE);
349 canDeviceBeRegistered(kErrorStatusGetNumCacheFiles, kNumModelCache, kNumDataCache); in TEST_P()
405 kNumDataCache, V1_3::ErrorStatus::NONE); in createCache()
411 const uint32_t kNumDataCache = std::get<1>(GetParam()); member in __anone6e788b30110::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()