Lines Matching refs:burstController

1443                             std::shared_ptr<StepExecutor>* executor, SharedBurst* burstController,  in fallback()  argument
1446 if (burstController != nullptr) { in fallback()
1447 *burstController = nullptr; in fallback()
1464 return next(controller, executor, burstController, mainModelOutputShapes); in fallback()
1559 std::shared_ptr<StepExecutor>* executor, SharedBurst* burstController, in next() argument
1566 if (burstController != nullptr) { in next()
1567 *burstController = nullptr; in next()
1577 return nextCompound(controller, executor, burstController, mainModelOutputShapes); in next()
1582 SharedBurst* burstController, in nextCompound() argument
1596 return nextCompound(step, controller, executor, burstController, mainModelOutputShapes); in nextCompound()
1598 return nextCompound(step, controller, executor, burstController, mainModelOutputShapes); in nextCompound()
1600 return nextCompound(step, controller, executor, burstController, mainModelOutputShapes); in nextCompound()
1602 return nextCompound(step, controller, executor, burstController, mainModelOutputShapes); in nextCompound()
1611 SharedBurst* burstController, in nextCompound() argument
1629 if (burstController != nullptr && controller->mBurstBuilder != nullptr) { in nextCompound()
1630 *burstController = controller->mBurstBuilder->getControllerAt(controller->mNextStepIndex); in nextCompound()
1715 SharedBurst* burstController, in nextCompound() argument
1750 return nextCompound(controller, executor, burstController, mainModelOutputShapes); in nextCompound()
1758 SharedBurst* burstController, in nextCompound() argument
1787 return nextCompound(controller, executor, burstController, mainModelOutputShapes); in nextCompound()
1875 return nextCompound(controller, executor, burstController, mainModelOutputShapes); in nextCompound()
1880 SharedBurst* burstController, in nextCompound() argument
1884 return nextCompound(controller, executor, burstController, mainModelOutputShapes); in nextCompound()