BREAKING_CHANGE: Split out event_ndims=0 bijectors from Affine and CholeskyOuterProduct.
- Deprecate event_ndims argument
- Create a Square bijector for the scalar case of CholeskyOuterProduct (which now only operates on matrices).
- Create a AffineScalar bijector for the scalar case of Affine (which now only operates on vectors)
PiperOrigin-RevId: 188801116
Loading
Please sign in to comment