Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.cpp984 const int bestDeviceIndex = bestDeviceForOperation[0]; in partitionTheWork() local
986 << bestDeviceIndex << " = " << devices[bestDeviceIndex]->getName(); in partitionTheWork()
987 plan->becomeSingleStep(devices[bestDeviceIndex], this); in partitionTheWork()