Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestCompilationCaching.cpp314 static constexpr std::string_view kDeviceName = "deviceTestCompilationCaching"; member in __anondf3c1f010111::DeviceRegistrationTest
319 new CachingDriver(kDeviceName, kErrorStatusGetNumCacheFiles, kNumModelCache,
328 DeviceManager::get()->forTest_registerDevice(kDeviceName.data(), kDriver); in TEST_P()
334 getDeviceWithName(kDeviceName, &device); in TEST_P()
367 DeviceManager::get()->forTest_registerDevice(kDeviceName.data(), driver); in compileModel()
373 getDeviceWithName(kDeviceName, &device); in compileModel()
393 sp<CachingDriver> driver = new CachingDriver(kDeviceName, ErrorStatus::NONE, kNumModelCache, in createCache()
398 static constexpr std::string_view kDeviceName = "deviceTestCompilationCaching"; member in __anondf3c1f010111::CompilationCachingTest
412 sp<CachingDriver> driver = new CachingDriver(kDeviceName, ErrorStatus::NONE, kNumModelCache, in TEST_P()
430 sp<CachingDriver> driver = new CachingDriver(kDeviceName, ErrorStatus::NONE, kNumModelCache, in TEST_P()
[all …]