Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp1188 mNextStepIndex(0), in Controller()
1198 mNextStepIndex = kBadStepIndex; in Controller()
1458 if (controller->mNextStepIndex == Controller::kBadStepIndex) { in fallback()
1463 controller->mNextStepIndex = controller->mFallbackNextStepIndex; in fallback()
1571 << "): mNextStepIndex = " << controller->mNextStepIndex; in next()
1573 if (controller->mNextStepIndex == Controller::kBadStepIndex) { in next()
1584 if (controller->mNextStepIndex == Controller::kBadStepIndex) { in nextCompound()
1589 if (controller->mNextStepIndex == compoundBody->mSteps.size()) { in nextCompound()
1590 controller->mNextStepIndex = Controller::kBadStepIndex; // end in nextCompound()
1594 const auto& logicalStep = compoundBody->mSteps[controller->mNextStepIndex]; in nextCompound()
[all …]
DExecutionPlan.h666 size_t mNextStepIndex; variable