Searched refs:bestChoice (Results 1 – 2 of 2) sorted by relevance
2006 int bestChoice = -1; in findBestDeviceForEachOperation() local2017 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()
6515 final ResolveInfo bestChoice =6517 return bestChoice;