Function broadcast_layout_to_first
Source pub fn broadcast_layout_to_first<D1, D2, D>(
layout1: &Layout<D1>,
layout2: &Layout<D2>,
order: FlagOrder,
) -> Result<(Layout<D1>, Layout<D1>), Error>
Expand description
Layout broadcasting.
This function will broadcast the layout to the first layout.
ยงSee also
broadcast_layout