You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like the jax.numpy version of arange doesn't take symbolic inputs (like reshape in #43). Currently, the test for that Op is marked as an expected failure.
Perhaps we can put together an implementation using jax.lax?
It looks like the
jax.numpyversion ofarangedoesn't take symbolic inputs (likereshapein #43). Currently, the test for thatOpis marked as an expected failure.Perhaps we can put together an implementation using
jax.lax?