pub trait BroadcastShapeTo<S, Ax>: Sized { }
Expand description

Marker for shapes that can be broadcasted to Shape S along Axes Ax.

Implementors§

source§

impl<Src: Shape, Dst: Shape + ReduceShapeTo<Src, Ax>, Ax> BroadcastShapeTo<Dst, Ax> for Src