Lines Matching refs:burstController
1391 std::shared_ptr<StepExecutor>* executor, SharedBurst* burstController, in fallback() argument
1394 if (burstController != nullptr) { in fallback()
1395 *burstController = nullptr; in fallback()
1412 return next(controller, executor, burstController, mainModelOutputShapes); in fallback()
1507 std::shared_ptr<StepExecutor>* executor, SharedBurst* burstController, in next() argument
1514 if (burstController != nullptr) { in next()
1515 *burstController = nullptr; in next()
1525 return nextCompound(controller, executor, burstController, mainModelOutputShapes); in next()
1530 SharedBurst* burstController, in nextCompound() argument
1544 return nextCompound(step, controller, executor, burstController, mainModelOutputShapes); in nextCompound()
1546 return nextCompound(step, controller, executor, burstController, mainModelOutputShapes); in nextCompound()
1548 return nextCompound(step, controller, executor, burstController, mainModelOutputShapes); in nextCompound()
1550 return nextCompound(step, controller, executor, burstController, mainModelOutputShapes); in nextCompound()
1559 SharedBurst* burstController, in nextCompound() argument
1577 if (burstController != nullptr && controller->mBurstBuilder != nullptr) { in nextCompound()
1578 *burstController = controller->mBurstBuilder->getControllerAt(controller->mNextStepIndex); in nextCompound()
1663 SharedBurst* burstController, in nextCompound() argument
1698 return nextCompound(controller, executor, burstController, mainModelOutputShapes); in nextCompound()
1706 SharedBurst* burstController, in nextCompound() argument
1735 return nextCompound(controller, executor, burstController, mainModelOutputShapes); in nextCompound()
1823 return nextCompound(controller, executor, burstController, mainModelOutputShapes); in nextCompound()
1828 SharedBurst* burstController, in nextCompound() argument
1832 return nextCompound(controller, executor, burstController, mainModelOutputShapes); in nextCompound()