pub fn broadcast_shape(left: &[usize], right: &[usize]) -> Result<Shape, Error>
Compute the shape which results from broadcasting the left and right shapes, if possible.
left
right