Searched refs:perfVal (Results 1 – 1 of 1) sorted by relevance
2025 const float perfVal = getPerformance(preference, device, operationIndex); in findBestDeviceForEachOperation() local2026 if (bestChoice < 0 || perfVal < bestPerfVal || in findBestDeviceForEachOperation()2027 (perfVal == bestPerfVal && device == DeviceManager::getCpuDevice())) { in findBestDeviceForEachOperation()2029 bestPerfVal = perfVal; in findBestDeviceForEachOperation()