Home
last modified time | relevance | path

Searched defs:distributed_client (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dgpu_device.cc246 std::shared_ptr<DistributedRuntimeClient> distributed_client, int node_id, in BuildDistributedDevices()
315 std::shared_ptr<DistributedRuntimeClient> distributed_client, int node_id) { in GetGpuClient()
/external/tensorflow/tensorflow/compiler/xla/python/
Dxla.cc247 int node_id) -> StatusOr<std::shared_ptr<PyClient>> { in PYBIND11_MODULE()
Dxla_client.py69 def _gpu_backend_factory(distributed_client=None, node_id=0): argument