Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp2521 const float perfVal = getPerformance(preference, device, operationIndex); in findBestDeviceForEachOperation() local
2525 if (bestChoice < 0 || perfVal < bestPerfVal || in findBestDeviceForEachOperation()
2526 (perfVal == bestPerfVal && deviceIsPreferred)) { in findBestDeviceForEachOperation()
2528 bestPerfVal = perfVal; in findBestDeviceForEachOperation()