Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestCompilationCaching.cpp316 if (DeviceManager::get()->getUseCpuOnly()) { in TEST_P()
334 if (DeviceManager::get()->getUseCpuOnly()) { in TEST_P()
365 if (DeviceManager::get()->getUseCpuOnly()) { in TEST_P()
DTestIntrospectionControl.cpp209 if (DeviceManager::get()->getUseCpuOnly()) { in TEST_F()
542 if (DeviceManager::get()->getUseCpuOnly() != (kDriverKind == DriverKind::CPU)) { in TEST_P()
760 if (DeviceManager::get()->getUseCpuOnly()) { in TEST_F()
790 if (DeviceManager::get()->getUseCpuOnly()) { in TEST_F()
812 if (DeviceManager::get()->getUseCpuOnly()) { in TEST_F()
DTestExtensions.cpp67 if (DeviceManager::get()->getUseCpuOnly()) { in SetUp()
DTestExecution.cpp359 if (!DeviceManager::get()->getUseCpuOnly()) { in TestIntrospectionCompilation()
450 if (kUseIntrospectionAPI && DeviceManager::get()->getUseCpuOnly()) { in TestWait()
DTestMemoryInternal.cpp68 mIsCpuOnly = android::nn::DeviceManager::get()->getUseCpuOnly(); in SetUp()
/frameworks/ml/nn/runtime/
DManager.h93 bool getUseCpuOnly() const { return mSetCpuOnly; } in getUseCpuOnly() function
/frameworks/ml/nn/runtime/test/fibonacci_extension/
DFibonacciExtensionTest.cpp44 if (DeviceManager::get()->getUseCpuOnly()) { in SetUp()