Searched refs:AddressableDevices (Results 1 – 3 of 3) sorted by relevance
51 std::vector<ClientAndPtr<PjRtDevice>> AddressableDevices() const;
61 std::vector<ClientAndPtr<PjRtDevice>> PyExecutable::AddressableDevices() const { in AddressableDevices() function in xla::PyExecutable
352 .def("local_devices", &PyExecutable::AddressableDevices) in PYBIND11_MODULE()