pub fn broadcast_matmul_shape( left: &[usize], right: &[usize], ) -> Result<(Shape, Shape), Error>
Compute the shapes needed to multiply the left and right matrices, if possible.
left
right