Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.h215 std::shared_ptr<Controller> makeController(ExecutionBuilder* executionBuilder,
DExecutionBuilder.cpp569 mPlan->makeController(this, burstBuilder); in compute()
DExecutionPlan.cpp681 std::shared_ptr<ExecutionPlan::Controller> ExecutionPlan::makeController( in makeController() function in android::nn::ExecutionPlan