Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/sycl/
Dsycl_device.h32 std::vector<Allocator*> m_cpu_allocator_; // not owned variable
88 m_cpu_allocator_.clear(); in ~GSYCLInterface()
117 m_cpu_allocator_.push_back(cpu_allocator()); in AddDevice()
148 if (!m_cpu_allocator_.empty()) {
149 return m_cpu_allocator_[i];