Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp2554 int bestChoice = -1; in findBestDeviceForEachOperation() local
2565 bestChoice = cpuDeviceIndex; in findBestDeviceForEachOperation()
2575 if (bestChoice < 0 || perfVal < bestPerfVal || in findBestDeviceForEachOperation()
2577 bestChoice = deviceIndex; in findBestDeviceForEachOperation()
2592 if (bestChoice < 0) { in findBestDeviceForEachOperation()
2595 } else if (devices[bestChoice] == DeviceManager::getCpuDevice() && in findBestDeviceForEachOperation()
2604 (*bestDeviceForOperation)[operationIndex] = bestChoice; in findBestDeviceForEachOperation()
2606 << ":" << operationIndex << ") = " << bestChoice << " (" in findBestDeviceForEachOperation()
2607 << devices[bestChoice]->getName() << ")"; in findBestDeviceForEachOperation()