Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.cpp639 mNextStepIndex = kBadStepIndex; in Controller()
751 if (controller->mNextStepIndex == Controller::kBadStepIndex) { in fallback()
772 if (controller->mNextStepIndex == Controller::kBadStepIndex) { in next()
778 controller->mNextStepIndex = Controller::kBadStepIndex; in next()
798 controller->mNextStepIndex = Controller::kBadStepIndex; in next()
806 controller->mNextStepIndex = Controller::kBadStepIndex; in next()
840 controller->mNextStepIndex = Controller::kBadStepIndex; in next()
861 controller->mNextStepIndex = Controller::kBadStepIndex; in next()
DExecutionPlan.h198 static const size_t kBadStepIndex = ~size_t(0); variable