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
Make tfd.Gamma.sample use log_space sampling under XLA/JAX.
Benchmarks have shown that log_space sampling is a bit slower in Graph mode, so
we keep the old behavior for that configuration.
This should help JAX the most, which typically does not have 64 bit dtype
enabled. The old default assumed it was, causing warnings and reduced numerical
precision.
PiperOrigin-RevId: 452391450
0 commit comments