Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp1189 mFallbackNextStepIndex(kBadStepIndex), in Controller()
1198 mNextStepIndex = kBadStepIndex; in Controller()
1453 if (controller->mFallbackNextStepIndex == Controller::kBadStepIndex) { in fallback()
1458 if (controller->mNextStepIndex == Controller::kBadStepIndex) { in fallback()
1573 if (controller->mNextStepIndex == Controller::kBadStepIndex) { in next()
1584 if (controller->mNextStepIndex == Controller::kBadStepIndex) { in nextCompound()
1590 controller->mNextStepIndex = Controller::kBadStepIndex; // end in nextCompound()
DExecutionPlan.h597 static const size_t kBadStepIndex = ~size_t(0); variable