Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestMain.cpp51 static int test(bool useCpuOnly, Execution::ComputeMode computeMode, bool allowSyncExecHal = true) { in test() argument
53 (useCpuOnly << 0) + (static_cast<uint32_t>(computeMode) << 1) + (allowSyncExecHal << 3); in test()
64 Execution::setComputeMode(computeMode); in test()
66 auto computeModeText = [computeMode] { in test()
67 switch (computeMode) { in test()