Home
last modified time | relevance | path

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

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