Simplify bijector API: remove the need for batch_ndims.
batch_ndims never needs to be provided explicitly. the two bijectors that use it, Affine and AffineLinearOp, can both derive it from their arguments. This brings us back to a more TITO (Tensor-in, Tensor-out) form for the bijector API. Change: 146408773
Loading
Please sign in to comment