Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.h417 size_t thenStepIndex = ~size_t(0); member
DExecutionPlan.cpp848 << " then=" << step.thenStepIndex << " else=" << step.elseStepIndex; in operator <<()
1671 controller->mNextStepIndex = condValue ? step->thenStepIndex : step->elseStepIndex; in nextCompound()
2240 ifStep->thenStepIndex = plan->getNextStepIndex(); in partitionTheWorkInternal()