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
Refactor MeasurableElemwise and automatic random variable transforms
These changes make it possible for users to extend coverage of measurable
`Elemwise` transforms. They also put these rewrites under the management of
Aesara's rewrite system, which means they can be applied more efficiently and
their use can customized and tracked with more granularity.
`sub`, `neg`, and `true_div` support is added, as well.