From e6d6c4ef8a9b2297fb49c621abebceef5142a079 Mon Sep 17 00:00:00 2001 From: Jake VanderPlas Date: Tue, 10 Dec 2024 13:24:21 -0800 Subject: [PATCH] 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 https://github.com/google-deepmind/chex/commit/adaf1b2b7555e75a8ac118549e204520311f8ea0). PiperOrigin-RevId: 704825268 --- jax/lib/xla_bridge.py | 1 - 1 file changed, 1 deletion(-) diff --git a/jax/lib/xla_bridge.py b/jax/lib/xla_bridge.py index 654abc35fc78..2bcb1cb037f4 100644 --- a/jax/lib/xla_bridge.py +++ b/jax/lib/xla_bridge.py @@ -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 (