Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.h614 int nextCompound(std::shared_ptr<Controller> controller,
617 int nextCompound(const ExecutionStep* step, std::shared_ptr<Controller> controller,
620 int nextCompound(const IfStep* step, std::shared_ptr<Controller> controller,
623 int nextCompound(const WhileStep* step, std::shared_ptr<Controller> controller,
626 int nextCompound(const GotoStep* step, std::shared_ptr<Controller> controller,
DExecutionPlan.cpp1136 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
[all …]