Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestMain.cpp58 static int test(bool useCpuOnly, Execution::ComputeMode computeMode, bool allowSyncExecHal = true) { in test() argument
65 (useCpuOnly << 0) + (static_cast<uint32_t>(computeMode) << 1) + (allowSyncExecHal << 3); in test()
68 if (useCpuOnly || !allowSyncExecHal) { in test()
73 android::nn::DeviceManager::get()->setSyncExecHal(allowSyncExecHal); in test()
94 << ", allowSyncExecHal = " << allowSyncExecHal << " // pass " << passIndex; in test()
/frameworks/ml/nn/
DTEST_MAPPING14 // * allowSyncExecHal = 1