Home
last modified time | relevance | path

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

/external/armnn/src/armnn/
DThreadpool.cpp125 std::shared_ptr<ExecutionTuple> currentExecInProgress(nullptr); in ProcessExecPriorities() local
148 currentExecInProgress = m_HighPriorityQueue.front(); in ProcessExecPriorities()
155 currentExecInProgress = m_MediumPriorityQueue.front(); in ProcessExecPriorities()
164 currentExecInProgress = m_LowPriorityQueue.front(); in ProcessExecPriorities()
180 auto networkId = std::get<0>(*currentExecInProgress); in ProcessExecPriorities()
181 auto inputTensors = std::get<1>(*currentExecInProgress); in ProcessExecPriorities()
182 auto outputTensors = std::get<2>(*currentExecInProgress); in ProcessExecPriorities()
183 auto cb = std::get<3>(*currentExecInProgress); in ProcessExecPriorities()