Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp2510 int cpuDeviceIndex = cpuDeviceIterator - devices.begin(); in findBestDeviceForEachOperation() local
2511 if (canDo[cpuDeviceIndex].check(operationIndex)) { in findBestDeviceForEachOperation()
2512 bestChoice = cpuDeviceIndex; in findBestDeviceForEachOperation()