ENH: Add dispatches of TruncatedNormal
distribution for forward sampling
#7489
Labels
TruncatedNormal
distribution for forward sampling
#7489
Before
After
Context for the issue:
The
TruncatedNormal
distribution creates aTruncatedNormalRV
Op
that doesn't have dispatch rules for either JAX or NUMBA. TheTruncated
class itself seems to work though. In general, it would be nice to know where to write dispatches for these special pymc Ops.The text was updated successfully, but these errors were encountered: