Home
last modified time | relevance | path

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

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