Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestCompilationCaching.cpp324 if (DeviceManager::get()->getUseCpuOnly()) { in TEST_P()
409 if (DeviceManager::get()->getUseCpuOnly()) { in TEST_P()
426 if (DeviceManager::get()->getUseCpuOnly()) { in TEST_P()
457 if (DeviceManager::get()->getUseCpuOnly()) { in TEST_P()
DTestIntrospectionControl.cpp224 if (DeviceManager::get()->getUseCpuOnly()) { in TEST_F()
819 if (DeviceManager::get()->getUseCpuOnly() != (kDriverKind == DriverKind::CPU)) { in TEST_P()
1147 if (DeviceManager::get()->getUseCpuOnly()) { in TEST_F()
1163 if (DeviceManager::get()->getUseCpuOnly()) { in TEST_F()
1214 if (DeviceManager::get()->getUseCpuOnly()) { in TEST_F()
1243 if (DeviceManager::get()->getUseCpuOnly()) { in TEST_F()
1264 if (DeviceManager::get()->getUseCpuOnly()) { in TEST_F()
DTestExtensions.cpp71 if (DeviceManager::get()->getUseCpuOnly()) { in SetUp()
DTestFailingDriver.cpp76 if (deviceManager->getUseCpuOnly() || in SetUp()
DTestMemoryInternal.cpp68 mIsCpuOnly = android::nn::DeviceManager::get()->getUseCpuOnly(); in SetUp()
DTestRemoveDefaultArguments.cpp141 if (DeviceManager::get()->getUseCpuOnly()) { in SetUp()
DTestExecution.cpp606 if (!DeviceManager::get()->getUseCpuOnly()) { in TestIntrospectionCompilation()
698 if (kUseIntrospectionAPI && DeviceManager::get()->getUseCpuOnly()) { in TestWait()
DTestMemoryDomain.cpp172 if (DeviceManager::get()->getUseCpuOnly()) { in SetUp()
/frameworks/ml/nn/runtime/
DManager.h131 bool getUseCpuOnly() const { return mSetCpuOnly; } in getUseCpuOnly() function
/frameworks/ml/nn/runtime/test/fibonacci_extension/
DFibonacciExtensionTest.cpp45 if (DeviceManager::get()->getUseCpuOnly()) { in SetUp()