Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.h270 size_t elseStepIndex = ~size_t(0); member
DExecutionPlan.cpp580 << " then=" << step.thenStepIndex << " else=" << step.elseStepIndex; in toString()
1269 controller->mNextStepIndex = condValue ? step->thenStepIndex : step->elseStepIndex; in nextCompound()
1749 ifStep->elseStepIndex = plan->getNextStepIndex(); in partitionTheWorkInternal()