Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
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()
1519 << "): mNextStepIndex = " << controller->mNextStepIndex; in next()
1521 if (controller->mNextStepIndex == Controller::kBadStepIndex) { in next()
1532 if (controller->mNextStepIndex == Controller::kBadStepIndex) { in nextCompound()
1537 if (controller->mNextStepIndex == compoundBody->mSteps.size()) { in nextCompound()
1538 controller->mNextStepIndex = Controller::kBadStepIndex; // end in nextCompound()
1542 const auto& logicalStep = compoundBody->mSteps[controller->mNextStepIndex]; in nextCompound()
[all …]
DExecutionPlan.h666 size_t mNextStepIndex; variable