Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.cpp2006 int bestChoice = -1; in findBestDeviceForEachOperation() local
2017 bestChoice = cpuDeviceIndex; in findBestDeviceForEachOperation()
2026 if (bestChoice < 0 || perfVal < bestPerfVal || in findBestDeviceForEachOperation()
2028 bestChoice = deviceIndex; in findBestDeviceForEachOperation()
2043 if (bestChoice < 0) { in findBestDeviceForEachOperation()
2046 } else if (devices[bestChoice] == DeviceManager::getCpuDevice() && in findBestDeviceForEachOperation()
2056 (*bestDeviceForOperation)[operationIndex] = bestChoice; in findBestDeviceForEachOperation()
2058 << toString(operation.type) << ") = " << bestChoice << " (" in findBestDeviceForEachOperation()
2059 << devices[bestChoice]->getName() << ")"; in findBestDeviceForEachOperation()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java6515 final ResolveInfo bestChoice =
6517 return bestChoice;