Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DCompilationBuilder.cpp159 std::vector<std::shared_ptr<ExecutionBurstController>> burstControllers = mPlan.makeBursts(); in createBurst()
DExecutionPlan.h213 std::vector<std::shared_ptr<ExecutionBurstController>> makeBursts() const;
DExecutionPlan.cpp649 std::vector<std::shared_ptr<ExecutionBurstController>> ExecutionPlan::makeBursts() const { in makeBursts() function in android::nn::ExecutionPlan