Home
last modified time | relevance | path

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

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