Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionBuilder.cpp771 std::shared_ptr<ExecutionPlan::Controller> controller = mPlan->makeController(this, nullptr); in computeFenced()
831 mPlan->makeController(this, burstBuilder); in compute()
DExecutionPlan.h512 std::shared_ptr<Controller> makeController(ExecutionBuilder* executionBuilder,
DExecutionPlan.cpp819 std::shared_ptr<ExecutionPlan::Controller> ExecutionPlan::makeController( in makeController() function in android::nn::ExecutionPlan