Lines Matching refs:nextCompound
1525 return nextCompound(controller, executor, burstController, mainModelOutputShapes); in next()
1528 int ExecutionPlan::nextCompound(std::shared_ptr<Controller> controller, in nextCompound() function in android::nn::ExecutionPlan
1544 return nextCompound(step, controller, executor, burstController, mainModelOutputShapes); in nextCompound()
1546 return nextCompound(step, controller, executor, burstController, mainModelOutputShapes); in nextCompound()
1548 return nextCompound(step, controller, executor, burstController, mainModelOutputShapes); in nextCompound()
1550 return nextCompound(step, controller, executor, burstController, mainModelOutputShapes); in nextCompound()
1557 int ExecutionPlan::nextCompound(const ExecutionStep* step, std::shared_ptr<Controller> controller, in nextCompound() function in android::nn::ExecutionPlan
1661 int ExecutionPlan::nextCompound(const IfStep* step, std::shared_ptr<Controller> controller, in nextCompound() function in android::nn::ExecutionPlan
1698 return nextCompound(controller, executor, burstController, mainModelOutputShapes); in nextCompound()
1704 int ExecutionPlan::nextCompound(const WhileStep* step, std::shared_ptr<Controller> controller, in nextCompound() function in android::nn::ExecutionPlan
1735 return nextCompound(controller, executor, burstController, mainModelOutputShapes); in nextCompound()
1823 return nextCompound(controller, executor, burstController, mainModelOutputShapes); in nextCompound()
1826 int ExecutionPlan::nextCompound(const GotoStep* step, std::shared_ptr<Controller> controller, in nextCompound() function in android::nn::ExecutionPlan
1832 return nextCompound(controller, executor, burstController, mainModelOutputShapes); in nextCompound()