Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DBurstBuilder.cpp34 : mCompilation(compilation), mBurstControllers(std::move(burstControllers)) {} in BurstBuilder()
50 return index < mBurstControllers.size() ? mBurstControllers[index] : nullptr; in getControllerAt()
DBurstBuilder.h54 std::vector<SharedBurst> mBurstControllers; variable