Home
last modified time | relevance | path

Searched refs:computeMode (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()
76 Execution::setComputeMode(computeMode); in test()
78 auto computeModeText = [computeMode] { in test()
79 switch (computeMode) { in test()
/frameworks/ml/nn/
DTEST_MAPPING13 // * computeMode = ComputeMode::ASYNC