jax-ml / jax

Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more
http://jax.readthedocs.io/
Apache License 2.0
30.61k stars 2.82k forks source link

Fix member access to xla backend. The correct member is `client` instead of `backend` #25071

Closed copybara-service[bot] closed 6 days ago

copybara-service[bot] commented 6 days ago

Fix member access to xla backend. The correct member is client instead of backend