Searched refs:makeBursts (Results 1 – 3 of 3) sorted by relevance
159 std::vector<std::shared_ptr<ExecutionBurstController>> burstControllers = mPlan.makeBursts(); in createBurst()
213 std::vector<std::shared_ptr<ExecutionBurstController>> makeBursts() const;
649 std::vector<std::shared_ptr<ExecutionBurstController>> ExecutionPlan::makeBursts() const { in makeBursts() function in android::nn::ExecutionPlan