Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.h458 size_t exitStepIndex = ~size_t(0); member
DExecutionPlan.cpp853 << " body=" << step.bodyStepIndex << " exit=" << step.exitStepIndex; in operator <<()
1787 controller->mNextStepIndex = step->exitStepIndex; in nextCompound()
2308 whileStep->exitStepIndex = plan->getNextStepIndex(); in partitionTheWorkInternal()