Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dpjrt_stream_executor_client.h266 std::unique_ptr<se::DeviceMemoryAllocator> owned_allocator_; variable
Dpjrt_stream_executor_client.cc216 owned_allocator_(std::move(allocator)), in PjRtStreamExecutorClient()
223 if (owned_allocator_ != nullptr) { in PjRtStreamExecutorClient()
224 allocator_ = owned_allocator_.get(); in PjRtStreamExecutorClient()