Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp301 mStepIndexToSourceOperandIndexes[stepIndex].emplace_back(sourceOperandIndex); in declare()
339 const auto sourceOperandIndexesI = mStepIndexToSourceOperandIndexes.find(stepIndex); in allocate()
340 if (sourceOperandIndexesI == mStepIndexToSourceOperandIndexes.end()) { in allocate()
378 return (mStepIndexToSourceOperandIndexes.find(stepIndex) == in allocated()
379 mStepIndexToSourceOperandIndexes.end()) || in allocated()
DExecutionPlan.h211 std::map<uint32_t, std::vector<SourceOperandIndex>> mStepIndexToSourceOperandIndexes; variable