Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp339 const auto sourceOperandIndexesI = mStepIndexToSourceOperandIndexes.find(stepIndex); in allocate() local
340 if (sourceOperandIndexesI == mStepIndexToSourceOperandIndexes.end()) { in allocate()
346 for (const auto& sourceOperandIndex : sourceOperandIndexesI->second) { in allocate()