Closed copybara-service[bot] closed 1 year ago
[JAX] Replace uses of jax.xla.Device with jax.Device.
jax.xla was an accidental export from the jax namespace. jax.Device is the public name for JAX devices, as of JAX 0.4.3.
This is a trivial and safe change: jax.xla.Device and jax.Device are aliases.
[JAX] Replace uses of jax.xla.Device with jax.Device.
jax.xla was an accidental export from the jax namespace. jax.Device is the public name for JAX devices, as of JAX 0.4.3.
This is a trivial and safe change: jax.xla.Device and jax.Device are aliases.