Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionBuilder.cpp684 auto controller = mPlan->makeController(this, burstBuilder); in computeInternal()
912 std::shared_ptr<ExecutionPlan::Controller> controller = mPlan->makeController(this, nullptr); in computeFencedInternal()
DExecutionPlan.h678 std::shared_ptr<Controller> makeController(ExecutionBuilder* executionBuilder,
DExecutionPlan.cpp1207 std::shared_ptr<ExecutionPlan::Controller> ExecutionPlan::makeController( in makeController() function in android::nn::ExecutionPlan