Searched refs:bursts (Results 1 – 1 of 1) sorted by relevance
653 std::vector<std::shared_ptr<ExecutionBurstController>> bursts; in makeBursts() local654 bursts.reserve(compound()->mSteps.size()); in makeBursts()657 bursts.push_back(preparedModel->configureExecutionBurst(/*blocking=*/true)); in makeBursts()659 bursts.push_back(nullptr); in makeBursts()662 return bursts; in makeBursts()