Home
last modified time | relevance | path

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

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