Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.cpp1569 int bestChoice = -1; in findBestDeviceForEachOperation() local
1578 if (bestChoice < 0 || perfVal < bestPerfVal || in findBestDeviceForEachOperation()
1580 bestChoice = deviceIndex; in findBestDeviceForEachOperation()
1594 if (bestChoice < 0) { in findBestDeviceForEachOperation()
1599 (*bestDeviceForOperation)[operationIndex] = bestChoice; in findBestDeviceForEachOperation()
1601 << toString(getOperation(operationIndex).type) << ") = " << bestChoice in findBestDeviceForEachOperation()
1602 << " (" << devices[bestChoice]->getName() << ")"; in findBestDeviceForEachOperation()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java6590 final ResolveInfo bestChoice =
6592 return bestChoice;