Home
last modified time | relevance | path

Searched refs:host_coordinates (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/tpu/
Dtpu_topology.h39 TpuDimensionsExternal host_coordinates() const;
Dtpu_topology.cc30 TpuDimensionsExternal TpuCoreLocationExternal::host_coordinates() const { in host_coordinates() function in tensorflow::tpu::TpuCoreLocationExternal
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dtpu_client.cc158 int task_id = topology.IdForHost(core.host_coordinates()); in GetTpuDevices()