jax
063581a3
- Small optimization when forming IR constant.
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
Small optimization when forming IR constant. It's faster and simpler to write `0 in x.strides` than `np.any(np.equal(0, x.strides))`. No behavior changes intended. PiperOrigin-RevId: 648539396
References
#22225 - Small optimization when forming IR constant.
Author
hawkinsp
Committer
a-googler
Parents
db13e6fc
Loading