Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp2569 float bestPerfVal = 0.0; // Do not check bestPerfVal if bestChoice < 0. in findBestDeviceForEachOperation() local
2575 if (bestChoice < 0 || perfVal < bestPerfVal || in findBestDeviceForEachOperation()
2576 (perfVal == bestPerfVal && deviceIsPreferred)) { in findBestDeviceForEachOperation()
2578 bestPerfVal = perfVal; in findBestDeviceForEachOperation()