Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.cpp653 std::vector<std::shared_ptr<ExecutionBurstController>> bursts; in makeBursts() local
654 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()