Home
last modified time | relevance | path

Searched defs:host_memory_allocator (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dgpu_device_context.h39 Allocator* host_memory_allocator) in GPUDeviceContext()
63 Allocator* host_memory_allocator() const override { in host_memory_allocator() function
/external/tensorflow/tensorflow/core/framework/
Ddevice_base.h123 virtual Allocator* host_memory_allocator() const { return nullptr; } in host_memory_allocator() function
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dgpu_device.cc437 auto host_memory_allocator = in GetGpuClient() local
Dpjrt_stream_executor_client.h279 tensorflow::Allocator* host_memory_allocator() const { in host_memory_allocator() function
Dpjrt_stream_executor_client.cc209 std::unique_ptr<tensorflow::Allocator> host_memory_allocator, in PjRtStreamExecutorClient()
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_util.cc341 Allocator* host_memory_allocator = device_context->host_memory_allocator(); in CopyCPUTensorToGPU() local
Dgpu_device.cc453 Allocator* host_memory_allocator = GetAllocator(attr); in Init() local