Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.cpp948 int bestChoice = -1; in findBestDeviceForEachOperation() local
957 if (bestChoice < 0 || perfVal < bestPerfVal) { in findBestDeviceForEachOperation()
958 bestChoice = deviceIndex; in findBestDeviceForEachOperation()
974 if (bestChoice < 0) { in findBestDeviceForEachOperation()
982 if (bestChoice < 0 || bestPerfVal >= 1.0) { in findBestDeviceForEachOperation()
983 bestChoice = nonCpuDeviceCount; // The ID of the CPU. in findBestDeviceForEachOperation()
987 (*bestDeviceForOperation)[operationIndex] = bestChoice; in findBestDeviceForEachOperation()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java5994 final ResolveInfo bestChoice =
5996 return bestChoice;