Skip to content

Commit e6d6c4e

Browse files
Jake VanderPlasGoogle-ML-Automation
authored andcommitted
Delete non-public API jax.lib.xla_bridge._backends
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
1 parent d4899f7 commit e6d6c4e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jax/lib/xla_bridge.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
default_backend as _deprecated_default_backend,
1818
get_backend as _deprecated_get_backend,
1919
xla_client as _deprecated_xla_client,
20-
_backends as _backends,
2120
)
2221

2322
from jax._src.compiler import (

0 commit comments

Comments
 (0)