Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.h454 size_t condStepIndex = ~size_t(0); member
DExecutionPlan.cpp852 return os << "Step#" << step.index << ": while cond=" << step.condStepIndex in operator <<()
1713 controller->mNextStepIndex = step->condStepIndex; in nextCompound()
2298 whileStep->condStepIndex = plan->getNextStepIndex(); in partitionTheWorkInternal()