Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dtpu_client.cc136 StatusOr<std::vector<std::unique_ptr<PjRtStreamExecutorDevice>>> GetTpuDevices( in GetTpuDevices() function
216 GetTpuDevices(client, std::move(local_device_states))); in GetTpuClient()
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/client/
Dtpu_client.h54 GetTpuDevices(const tpu_driver::SystemInfo& system_info);
Dtpu_client.cc51 TpuDevice::GetTpuDevices(const tpu_driver::SystemInfo& system_info) { in GetTpuDevices() function in xla::TpuDevice
82 TpuDevice::GetTpuDevices(system_info)); in Get()