Home
last modified time | relevance | path

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

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