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