Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp857 return os << "Step#" << step.index << ": goto " << step.gotoStepIndex; in operator <<()
1831 controller->mNextStepIndex = step->gotoStepIndex; in nextCompound()
2247 afterThenBranch->gotoStepIndex = plan->getNextStepIndex(); in partitionTheWorkInternal()
2302 afterCond->gotoStepIndex = whileStep->index; in partitionTheWorkInternal()
2307 afterBody->gotoStepIndex = whileStep->index; in partitionTheWorkInternal()
DExecutionPlan.h480 size_t gotoStepIndex = ~size_t(0); member