Lines Matching refs:Controller
1117 ExecutionPlan::Controller::Controller( in Controller() function in android::nn::ExecutionPlan::Controller
1207 std::shared_ptr<ExecutionPlan::Controller> ExecutionPlan::makeController( in makeController()
1381 return std::shared_ptr<Controller>(new Controller( in makeController()
1390 int ExecutionPlan::fallback(std::shared_ptr<Controller> controller, in fallback()
1401 if (controller->mFallbackNextStepIndex == Controller::kBadStepIndex) { in fallback()
1406 if (controller->mNextStepIndex == Controller::kBadStepIndex) { in fallback()
1461 std::shared_ptr<Controller> controller, SourceOperandIndex operandIndex) const { in getBuffer()
1492 int ExecutionPlan::readConditionValue(std::shared_ptr<Controller> controller, in readConditionValue()
1506 int ExecutionPlan::next(std::shared_ptr<Controller> controller, in next()
1521 if (controller->mNextStepIndex == Controller::kBadStepIndex) { in next()
1528 int ExecutionPlan::nextCompound(std::shared_ptr<Controller> controller, in nextCompound()
1532 if (controller->mNextStepIndex == Controller::kBadStepIndex) { in nextCompound()
1538 controller->mNextStepIndex = Controller::kBadStepIndex; // end in nextCompound()
1557 int ExecutionPlan::nextCompound(const ExecutionStep* step, std::shared_ptr<Controller> controller, in nextCompound()
1587 void ExecutionPlan::Controller::setInput(const SourceOperandIndex& outerOperand, in setInput()
1621 void ExecutionPlan::Controller::setOutput(const SourceOperandIndex& outerOperand, in setOutput()
1644 int ExecutionPlan::Controller::waitForLastStepSyncFence() const { in waitForLastStepSyncFence()
1661 int ExecutionPlan::nextCompound(const IfStep* step, std::shared_ptr<Controller> controller, in nextCompound()
1704 int ExecutionPlan::nextCompound(const WhileStep* step, std::shared_ptr<Controller> controller, in nextCompound()
1826 int ExecutionPlan::nextCompound(const GotoStep* step, std::shared_ptr<Controller> controller, in nextCompound()