Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.h305 size_t condStepIndex = ~size_t(0); member
DExecutionPlan.cpp586 oss << "Step#" << step.index << ": while cond=" << step.condStepIndex in toString()
1307 controller->mNextStepIndex = step->condStepIndex; in nextCompound()
1803 whileStep->condStepIndex = plan->getNextStepIndex(); in partitionTheWorkInternal()