Home
last modified time | relevance | path

Searched refs:makeController (Results 1 – 3 of 3) sorted by relevance

/frameworks/ml/nn/runtime/
DExecutionPlan.h195 std::shared_ptr<Controller> makeController(const ExecutionBuilder* executionBuilder) const;
DExecutionBuilder.cpp357 std::shared_ptr<ExecutionPlan::Controller> controller = mPlan->makeController(this); in startCompute()
DExecutionPlan.cpp499 std::shared_ptr<ExecutionPlan::Controller> ExecutionPlan::makeController( in makeController() function in android::nn::ExecutionPlan