Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/runtime/
H A DExecutionPlan.cpp1136 mNextStepIndex(0), in Controller()
1146 mNextStepIndex = kBadStepIndex; in Controller()
1406 if (controller->mNextStepIndex == Controller::kBadStepIndex) { in fallback()
1411 controller->mNextStepIndex = controller->mFallbackNextStepIndex; in fallback()
1521 if (controller->mNextStepIndex == Controller::kBadStepIndex) { in next()
1532 if (controller->mNextStepIndex == Controller::kBadStepIndex) { in nextCompound()
1582 controller->mNextStepIndex++; in nextCompound()
1713 controller->mNextStepIndex = step->condStepIndex; in nextCompound()
1757 controller->mNextStepIndex = step->bodyStepIndex; in nextCompound()
1787 controller->mNextStepIndex = step->exitStepIndex; in nextCompound()
[all …]
H A DExecutionPlan.h666 size_t mNextStepIndex; variable