Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.cpp747 mBurstBuilder(burstBuilder), in Controller()
1123 if (burstController != nullptr && controller->mBurstBuilder != nullptr) { in next()
1124 *burstController = controller->mBurstBuilder->getControllerAt(0); in next()
1179 if (burstController != nullptr && controller->mBurstBuilder != nullptr) { in nextCompound()
1180 *burstController = controller->mBurstBuilder->getControllerAt(controller->mNextStepIndex); in nextCompound()
DExecutionPlan.h472 const BurstBuilder* mBurstBuilder; variable