Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.cpp593 oss << "Step#" << step.index << ": goto " << step.gotoStepIndex; in toString()
1424 controller->mNextStepIndex = step->gotoStepIndex; in nextCompound()
1752 afterThenBranch->gotoStepIndex = plan->getNextStepIndex(); in partitionTheWorkInternal()
1807 afterCond->gotoStepIndex = whileStep->index; in partitionTheWorkInternal()
1812 afterBody->gotoStepIndex = whileStep->index; in partitionTheWorkInternal()
DExecutionPlan.h331 size_t gotoStepIndex = ~size_t(0); member