Searched refs:m_queue_interface_ (Results 1 – 1 of 1) sorted by relevance
31 std::vector<Eigen::QueueInterface*> m_queue_interface_; // owned variable108 for (auto p : m_queue_interface_) { in ~GSYCLInterface()112 m_queue_interface_.clear(); in ~GSYCLInterface()116 m_queue_interface_.push_back(new Eigen::QueueInterface(d)); in AddDevice()118 m_sycl_allocator_.push_back(new SYCLAllocator(m_queue_interface_.back())); in AddDevice()130 if (!m_queue_interface_.empty()) {131 return m_queue_interface_[i];