Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.h816 int nextCompound(std::shared_ptr<Controller> controller,
819 int nextCompound(const ExecutionStep* step, std::shared_ptr<Controller> controller,
822 int nextCompound(const IfStep* step, std::shared_ptr<Controller> controller,
825 int nextCompound(const WhileStep* step, std::shared_ptr<Controller> controller,
828 int nextCompound(const GotoStep* step, std::shared_ptr<Controller> controller,
DExecutionPlan.cpp1525 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
[all …]