Home
last modified time | relevance | path

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

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