summaryrefslogtreecommitdiff
path: root/nn/runtime/ExecutionPlan.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'nn/runtime/ExecutionPlan.cpp')
-rw-r--r--nn/runtime/ExecutionPlan.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/nn/runtime/ExecutionPlan.cpp b/nn/runtime/ExecutionPlan.cpp
index 0557f95d4..5e618825f 100644
--- a/nn/runtime/ExecutionPlan.cpp
+++ b/nn/runtime/ExecutionPlan.cpp
@@ -1108,6 +1108,7 @@ int ExecutionPlan::next(std::shared_ptr<Controller> controller,
if (burstController != nullptr && controller->mBurstBuilder != nullptr) {
*burstController = controller->mBurstBuilder->getControllerAt(0);
}
+ controller->mFallbackNextStepIndex = 0;
controller->mNextStepIndex = 1;
return ANEURALNETWORKS_NO_ERROR;
}