Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/test/
DTestMain.cpp54 static int test(bool useCpuOnly, Execution::ComputeMode computeMode) { in test() argument
60 uint32_t passIndex = (useCpuOnly << 0) + (static_cast<uint32_t>(computeMode) << 1); in test()
63 if (useCpuOnly) { in test()
67 android::nn::DeviceManager::get()->setUseCpuOnly(useCpuOnly); in test()
87 stream << "useCpuOnly = " << useCpuOnly << ", computeMode = " << computeModeText() in test()
/packages/modules/NeuralNetworks/runtime/
DManager.h173 void setUseCpuOnly(bool useCpuOnly) { mSetCpuOnly = useCpuOnly; } in setUseCpuOnly() argument
/packages/modules/NeuralNetworks/
DTEST_MAPPING22 // * useCpuOnly = 0