Lines Matching refs:nextCompound
1136 return nextCompound(controller, executor, burstController); in next()
1139 int ExecutionPlan::nextCompound(std::shared_ptr<Controller> controller, in nextCompound() function in android::nn::ExecutionPlan
1154 return nextCompound(step, controller, executor, burstController); in nextCompound()
1156 return nextCompound(step, controller, executor, burstController); in nextCompound()
1158 return nextCompound(step, controller, executor, burstController); in nextCompound()
1160 return nextCompound(step, controller, executor, burstController); in nextCompound()
1167 int ExecutionPlan::nextCompound(const ExecutionStep* step, std::shared_ptr<Controller> controller, in nextCompound() function in android::nn::ExecutionPlan
1260 int ExecutionPlan::nextCompound(const IfStep* step, std::shared_ptr<Controller> controller, in nextCompound() function in android::nn::ExecutionPlan
1296 return nextCompound(controller, executor, burstController); in nextCompound()
1299 int ExecutionPlan::nextCompound(const WhileStep* step, std::shared_ptr<Controller> controller, in nextCompound() function in android::nn::ExecutionPlan
1329 return nextCompound(controller, executor, burstController); in nextCompound()
1417 return nextCompound(controller, executor, burstController); in nextCompound()
1420 int ExecutionPlan::nextCompound(const GotoStep* step, std::shared_ptr<Controller> controller, in nextCompound() function in android::nn::ExecutionPlan
1425 return nextCompound(controller, executor, burstController); in nextCompound()