jax
f8aa563d
- make jax.numpy.array(3) give 0D array, not scalar
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
6 years ago
make jax.numpy.array(3) give 0D array, not scalar the mechanism is to use lax.reshape (which was already there) and avoid the optimization that skipped actually calling reshape_p.bind fixes #121
References
#737 - make jax.numpy.array(3) give 0D array, not scalar
Author
mattjj
Parents
adb15b7f
Loading