Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.cpp754 mFallbackNextStepIndex(kBadStepIndex), in Controller()
763 mNextStepIndex = kBadStepIndex; in Controller()
988 if (controller->mFallbackNextStepIndex == Controller::kBadStepIndex) { in fallback()
993 if (controller->mNextStepIndex == Controller::kBadStepIndex) { in fallback()
1105 if (controller->mNextStepIndex == Controller::kBadStepIndex) { in next()
1111 controller->mNextStepIndex = Controller::kBadStepIndex; in next()
1132 controller->mNextStepIndex = Controller::kBadStepIndex; in next()
1142 if (controller->mNextStepIndex == Controller::kBadStepIndex) { in nextCompound()
1148 controller->mNextStepIndex = Controller::kBadStepIndex; // end in nextCompound()
DExecutionPlan.h441 static const size_t kBadStepIndex = ~size_t(0); variable