This repository was archived by the owner on Oct 31, 2025. It is now read-only.
Commit 2a50fab
Avoid use of deprecated xla_bridge.get_backend().live_buffers()
xla_bridge.get_backend is deprecated, and the public API for this is jax.live_arrays(). This is a drop-in replacement with no change of behavior.
PiperOrigin-RevId: 7232272251 parent 2f32eff commit 2a50fab
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
440 | 440 | | |
441 | 441 | | |
442 | 442 | | |
443 | | - | |
444 | | - | |
| 443 | + | |
445 | 444 | | |
446 | 445 | | |
447 | 446 | | |
| |||
0 commit comments