Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/python/
Dpy_client.cc33 PyClient::PyClient(std::unique_ptr<PjRtClient> pjrt_client) in PyClient() function in xla::PyClient
35 PyClient::PyClient(std::shared_ptr<PjRtClient> pjrt_client) in PyClient() function in xla::PyClient
Dpy_client.h32 class PyClient; variable