Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Dpy_executable.cc103 auto* host_memory_for_device_manager = in ExecuteInternal() local
105 if (host_memory_for_device_manager == nullptr) { in ExecuteInternal()
122 host_memory_for_device_manager, send_callbacks, recv_callbacks)); in ExecuteInternal()
201 auto* host_memory_for_device_manager = in ExecuteShardedOnLocalDevicesInternal() local
203 if (host_memory_for_device_manager == nullptr) { in ExecuteShardedOnLocalDevicesInternal()
221 host_memory_for_device_manager, send_callbacks, recv_callbacks)); in ExecuteShardedOnLocalDevicesInternal()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/
H A Dhost_callback.h92 PjRtHostMemoryForDeviceManager* host_memory_for_device_manager) in HostCallbackContext() argument
94 host_memory_for_device_manager_(host_memory_for_device_manager), in HostCallbackContext()
135 PjRtHostMemoryForDeviceManager* host_memory_for_device_manager,
H A Dhost_callback.cc103 PjRtHostMemoryForDeviceManager* host_memory_for_device_manager, in CreateHostCallbackStateAndAppendSendRecvCallbacks() argument
107 std::move(host_callback), host_memory_for_device_manager); in CreateHostCallbackStateAndAppendSendRecvCallbacks()
H A Dpjrt_client.h430 host_memory_for_device_manager) in PjRtClient() argument
432 std::move(host_memory_for_device_manager)) {} in PjRtClient()