Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DBurstBuilder.h49 SharedBurst getControllerAt(size_t index) const;
DBurstBuilder.cpp49 SharedBurst BurstBuilder::getControllerAt(size_t index) const { in getControllerAt() function in android::nn::BurstBuilder
DExecutionBuilder.cpp652 auto burstController = burstBuilder ? burstBuilder->getControllerAt(0) : nullptr; in computeInternal()
DExecutionPlan.cpp1578 *burstController = controller->mBurstBuilder->getControllerAt(controller->mNextStepIndex); in nextCompound()