Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp2202 std::vector<std::queue<uint32_t>> perDeviceQueue(deviceCount + 1); in partitionTheWorkInternal() local
2219 perDeviceQueue[deviceIndex].push(operationIndex); in partitionTheWorkInternal()
2231 for (int i = perDeviceQueue.size() - 1; i >= 0; i--) { in partitionTheWorkInternal()
2232 if (!perDeviceQueue[i].empty()) { in partitionTheWorkInternal()
2253 auto& queue = perDeviceQueue[deviceIndex]; in partitionTheWorkInternal()