Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dpjrt_stream_executor_client.h222 return host_memory_allocator_.get(); in host_memory_allocator()
253 std::unique_ptr<tensorflow::Allocator> host_memory_allocator_; variable
Dpjrt_stream_executor_client.cc213 host_memory_allocator_(std::move(host_memory_allocator)), in PjRtStreamExecutorClient()
229 if (!host_memory_allocator_) { in PjRtStreamExecutorClient()
230 host_memory_allocator_ = std::make_unique<CpuAllocator>(); in PjRtStreamExecutorClient()