Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.cpp1745 ifStep->thenStepIndex = plan->getNextStepIndex(); in partitionTheWorkInternal()
1749 ifStep->elseStepIndex = plan->getNextStepIndex(); in partitionTheWorkInternal()
1752 afterThenBranch->gotoStepIndex = plan->getNextStepIndex(); in partitionTheWorkInternal()
1803 whileStep->condStepIndex = plan->getNextStepIndex(); in partitionTheWorkInternal()
1808 whileStep->bodyStepIndex = plan->getNextStepIndex(); in partitionTheWorkInternal()
1813 whileStep->exitStepIndex = plan->getNextStepIndex(); in partitionTheWorkInternal()
DExecutionPlan.h534 size_t getNextStepIndex() const { return compound()->mSteps.size(); } in getNextStepIndex() function