Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.h936 std::map<SourceOperandIndex, std::set<StepRole>> mSourceOperandToStepRoles; member
DExecutionPlan.cpp1006 mSourceOperandToStepRoles = StepRoleAnalyzer::analyze([this](StepRoleAnalyzer& analyzer) { in findMemoryStepRoles()
2029 const auto it = mSourceOperandToStepRoles.find(index); in forEachStepRoleOfSourceOperand()
2030 if (it == mSourceOperandToStepRoles.end()) return; in forEachStepRoleOfSourceOperand()