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
Remove broadcasting_shapes(shape, n=1), which directly returns shape. Adds an error to prevent this case in the future.
Add comment showing how to use broadcast_compatible_shapes instead of broadcasting_shapes. Unfortunately doing so would reveal new failures.
(TODO) Verify that the forward transform adds batch/event dims to match the forward transform of broadcasted-to-full-batch/event.
(TODO) Verify that FLDJ [effectively] broadcasts before reducing.
PiperOrigin-RevId: 375137840
0 commit comments