Home
last modified time | relevance | path

Searched refs:kTpuName (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dpjrt_client.h53 constexpr char kTpuName[] = "tpu"; variable
56 static const PjRtPlatformId kTpuId = tensorflow::Fingerprint64(kTpuName);
Dtpu_client.cc94 : PjRtStreamExecutorClient(kTpuName, client, std::move(devices), task_id, in PjRtTpuClient()