Home
last modified time | relevance | path

Searched refs:pjrt_client (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/python/
Dpy_client.h91 explicit PyClient(std::unique_ptr<PjRtClient> pjrt_client);
92 explicit PyClient(std::shared_ptr<PjRtClient> pjrt_client);
94 PjRtClient* pjrt_client() const { return pjrt_client_.get(); } in pjrt_client() function
DBUILD133 "//tensorflow/compiler/xla/pjrt:pjrt_client",
205 "//tensorflow/compiler/xla/pjrt:pjrt_client",
235 "//tensorflow/compiler/xla/pjrt:pjrt_client",
266 "//tensorflow/compiler/xla/pjrt:pjrt_client",
317 "//tensorflow/compiler/xla/pjrt:pjrt_client",
364 "//tensorflow/compiler/xla/pjrt:pjrt_client",
389 "//tensorflow/compiler/xla/pjrt:pjrt_client",
533 "//tensorflow/compiler/xla/pjrt:pjrt_client",
Doutfeed_receiver_py.cc58 return client->pjrt_client(); in OutfeedReceiverForPython()
101 return client->pjrt_client() == device->client(); in Callback()
Dpy_client.cc33 PyClient::PyClient(std::unique_ptr<PjRtClient> pjrt_client) in PyClient() argument
34 : pjrt_client_(std::move(pjrt_client)) {} in PyClient()
35 PyClient::PyClient(std::shared_ptr<PjRtClient> pjrt_client) in PyClient() argument
36 : pjrt_client_(std::move(pjrt_client)) {} in PyClient()
Djax_jit.cc573 h, pyclient.pjrt_client(), to_device), in HandleBool()
581 obj, pyclient.pjrt_client(), to_device), in HandleInt()
585 obj, pyclient.pjrt_client(), to_device), in HandleInt()
597 h, pyclient.pjrt_client(), to_device), in HandleFloat()
601 h, pyclient.pjrt_client(), to_device), in HandleFloat()
623 ValueOrThrow(pyclient.pjrt_client()->BufferFromHostBuffer( in HandleComplex()
632 ValueOrThrow(pyclient.pjrt_client()->BufferFromHostBuffer( in HandleComplex()
678 h, pyclient.pjrt_client(), to_device), in HandleNpBool()
682 h, pyclient.pjrt_client(), to_device), in HandleNpBool()
Ddlpack.cc334 DeviceForDLContext(*client->pjrt_client(), dlmt->dl_tensor.ctx)); in DLPackManagedTensorToBuffer()
359 client->pjrt_client()->CreateViewOfDeviceBuffer( in DLPackManagedTensorToBuffer()
Dxla_compiler.cc366 client->pjrt_client()->GetHloCostAnalysis()); in BuildXlaCompilerSubmodule()
/external/tensorflow/tensorflow/compiler/xla/pjrt/
DBUILD132 name = "pjrt_client",
133 srcs = ["pjrt_client.cc"],
134 hdrs = ["pjrt_client.h"],
181 ":pjrt_client",
338 ":pjrt_client",
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/client/
DBUILD30 "//tensorflow/compiler/xla/pjrt:pjrt_client",