Searched refs:mBurstControllers (Results 1 – 2 of 2) sorted by relevance
29 : mCompilation(compilation), mBurstControllers(std::move(burstControllers)) {} in BurstBuilder()45 return index < mBurstControllers.size() ? mBurstControllers[index] : nullptr; in getControllerAt()
54 std::vector<std::shared_ptr<ExecutionBurstController>> mBurstControllers; variable