Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.cpp2025 const float perfVal = getPerformance(preference, device, operationIndex); in findBestDeviceForEachOperation() local
2026 if (bestChoice < 0 || perfVal < bestPerfVal || in findBestDeviceForEachOperation()
2027 (perfVal == bestPerfVal && device == DeviceManager::getCpuDevice())) { in findBestDeviceForEachOperation()
2029 bestPerfVal = perfVal; in findBestDeviceForEachOperation()