Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.h309 size_t exitStepIndex = ~size_t(0); member
DExecutionPlan.cpp587 << " body=" << step.bodyStepIndex << " exit=" << step.exitStepIndex; in toString()
1381 controller->mNextStepIndex = step->exitStepIndex; in nextCompound()
1813 whileStep->exitStepIndex = plan->getNextStepIndex(); in partitionTheWorkInternal()