Skip to content

Commit

Permalink
Delete non-public API jax.lib.xla_bridge._backends
Browse files Browse the repository at this point in the history
This is doubly non-public: nothing under `jax.lib` is public, and also the object itself has a preceding underscore. Therefore it is safe to remove (chex had referenced this previously, but that's now addressed in google-deepmind/chex@adaf1b2).

PiperOrigin-RevId: 704825268
  • Loading branch information
Jake VanderPlas authored and Google-ML-Automation committed Dec 10, 2024
1 parent d4899f7 commit e6d6c4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jax/lib/xla_bridge.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
default_backend as _deprecated_default_backend,
get_backend as _deprecated_get_backend,
xla_client as _deprecated_xla_client,
_backends as _backends,
)

from jax._src.compiler import (
Expand Down

0 comments on commit e6d6c4e

Please sign in to comment.