Home
last modified time | relevance | path

Searched defs:tpu_client (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/client/
H A Dtpu_client.h66 PyTpuClient* tpu_client() const { return tpu_client_; } in tpu_client() function
67 void set_tpu_client(PyTpuClient* tpu_client) { tpu_client_ = tpu_client; } in set_tpu_client()