Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/tpu/
Dtpu_platform_interface.h58 virtual const TpuHostLocationExternal GetTpuHostLocation() const = 0;
Dtpu_platform.h66 const tensorflow::tpu::TpuHostLocationExternal GetTpuHostLocation()
Dtpu_platform.cc126 const tensorflow::tpu::TpuHostLocationExternal TpuPlatform::GetTpuHostLocation() in GetTpuHostLocation() function in tensorflow::tpu::TpuPlatform
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dtpu_client.cc104 tf_tpu::TpuHostLocationExternal host = platform->GetTpuHostLocation(); in GetDefaultDeviceAssignment()
217 int task_id = platform->GetTpuHostLocation().Id(); in GetTpuClient()