Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/python/
Dxla.cc203 py::class_<PyClient, std::shared_ptr<PyClient>> py_local_client(m, "Client"); in PYBIND11_MODULE() local
204 py_local_client.def_property_readonly("platform", &PyClient::platform_name) in PYBIND11_MODULE()