Function multi_broadcast

Source
pub fn multi_broadcast<D>(
    shapes: &[impl AsRef<[D]>],
) -> Result<SmallVec<[D; 4]>, Error>
where D: DimLike,
Expand description

Computes a shape, if any, to which all shapes can be broadcasted.