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
When x is sampled from uniform(0, 1), f(x) := - ln(1-x)/lambda produces exponentially distributed random variables. Thus, we can lower torch.aten.exponential(x, lambda) by decomposing it into:
torch.aten.exponential is in the op-to-implement list.
The text was updated successfully, but these errors were encountered: