Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp2133 const int bestDeviceIndex = bestDeviceForOperation[0]; in partitionTheWorkInternal() local
2136 if (bestDeviceIndex != kControlFlowInterpreter) { in partitionTheWorkInternal()
2138 << bestDeviceIndex << " = " << devices[bestDeviceIndex]->getName(); in partitionTheWorkInternal()
2139 plan->becomeSingleStep(devices[bestDeviceIndex], this); in partitionTheWorkInternal()