Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp2240 ifStep->thenStepIndex = plan->getNextStepIndex(); in partitionTheWorkInternal()
2244 ifStep->elseStepIndex = plan->getNextStepIndex(); in partitionTheWorkInternal()
2247 afterThenBranch->gotoStepIndex = plan->getNextStepIndex(); in partitionTheWorkInternal()
2298 whileStep->condStepIndex = plan->getNextStepIndex(); in partitionTheWorkInternal()
2303 whileStep->bodyStepIndex = plan->getNextStepIndex(); in partitionTheWorkInternal()
2308 whileStep->exitStepIndex = plan->getNextStepIndex(); in partitionTheWorkInternal()
DExecutionPlan.h710 size_t getNextStepIndex() const { return compound()->mSteps.size(); } in getNextStepIndex() function