Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.cpp832 int bestChoice = -1; in findBestDeviceForEachOperation() local
841 if ((bestChoice >= 0) && (bestPerfVal <= perfVal)) { in findBestDeviceForEachOperation()
844 bestChoice = deviceIndex; in findBestDeviceForEachOperation()
851 bestChoice >= 0 ? bestChoice : static_cast<int>(nonCpuDeviceCount); in findBestDeviceForEachOperation()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java6759 final ResolveInfo bestChoice = in resolveIntentInternal() local
6761 return bestChoice; in resolveIntentInternal()