Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.cpp494 mNextStepIndex = kBadStepIndex; in Controller()
573 if (controller->mNextStepIndex == Controller::kBadStepIndex) { in fallback()
590 if (controller->mNextStepIndex == Controller::kBadStepIndex) { in next()
596 controller->mNextStepIndex = Controller::kBadStepIndex; in next()
615 controller->mNextStepIndex = Controller::kBadStepIndex; in next()
623 controller->mNextStepIndex = Controller::kBadStepIndex; in next()
656 controller->mNextStepIndex = Controller::kBadStepIndex; in next()
677 controller->mNextStepIndex = Controller::kBadStepIndex; in next()
DExecutionPlan.h182 static const size_t kBadStepIndex = ~size_t(0); variable