Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.cpp994 std::vector<std::queue<uint32_t>> perDeviceQueue(deviceCount); in partitionTheWork() local
999 perDeviceQueue[deviceIndex].push(operationIndex); in partitionTheWork()
1011 if (!perDeviceQueue[i].empty()) { in partitionTheWork()
1030 auto& queue = perDeviceQueue[deviceIndex]; in partitionTheWork()