Skip to content

Avoid using deprecated jax.numpy.ndarray.tile() method#107

Open
copybara-service[bot] wants to merge 1 commit into
mainfrom
test_468227966
Open

Avoid using deprecated jax.numpy.ndarray.tile() method#107
copybara-service[bot] wants to merge 1 commit into
mainfrom
test_468227966

Conversation

@copybara-service
Copy link
Copy Markdown

@copybara-service copybara-service Bot commented Aug 17, 2022

Avoid using deprecated jax.numpy.ndarray.tile() method

This has been deprecated since JAX version 0.3.7, and will be removed in jax-ml/jax#11944. The jax.numpy.tile() function is a direct replacement, but in some places arrays can be constructed more efficiently using lax.broadcasted_iota.

This has been deprecated since JAX version 0.3.7, and will be removed in jax-ml/jax#11944. The jax.numpy.tile() function is a direct replacement, but in some places arrays can be constructed more efficiently using `lax.broadcasted_iota`.

PiperOrigin-RevId: 468227966
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants