Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp2293 ifStep->thenStepIndex = plan->getNextStepIndex(); in partitionTheWorkInternal()
2297 ifStep->elseStepIndex = plan->getNextStepIndex(); in partitionTheWorkInternal()
2300 afterThenBranch->gotoStepIndex = plan->getNextStepIndex(); in partitionTheWorkInternal()
2351 whileStep->condStepIndex = plan->getNextStepIndex(); in partitionTheWorkInternal()
2356 whileStep->bodyStepIndex = plan->getNextStepIndex(); in partitionTheWorkInternal()
2361 whileStep->exitStepIndex = plan->getNextStepIndex(); in partitionTheWorkInternal()
DExecutionPlan.h710 size_t getNextStepIndex() const { return compound()->mSteps.size(); } in getNextStepIndex() function