Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/sycl/
Dsycl_device.h33 std::vector<SYCLAllocator*> m_sycl_allocator_; // owned variable
90 for (auto p : m_sycl_allocator_) { in ~GSYCLInterface()
101 m_sycl_allocator_.clear(); in ~GSYCLInterface()
118 m_sycl_allocator_.push_back(new SYCLAllocator(m_queue_interface_.back())); in AddDevice()
139 if (!m_sycl_allocator_.empty()) {
140 return m_sycl_allocator_[i];