Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp1137 mFallbackNextStepIndex(kBadStepIndex), in Controller()
1146 mNextStepIndex = kBadStepIndex; in Controller()
1401 if (controller->mFallbackNextStepIndex == Controller::kBadStepIndex) { in fallback()
1406 if (controller->mNextStepIndex == Controller::kBadStepIndex) { in fallback()
1521 if (controller->mNextStepIndex == Controller::kBadStepIndex) { in next()
1532 if (controller->mNextStepIndex == Controller::kBadStepIndex) { in nextCompound()
1538 controller->mNextStepIndex = Controller::kBadStepIndex; // end in nextCompound()
DExecutionPlan.h597 static const size_t kBadStepIndex = ~size_t(0); variable