hstack

Function hstack 

Source
pub fn hstack<Args, Inp>(args: Args) -> <Args as HStackAPI<Inp>>::Out
where Args: HStackAPI<Inp>,
Expand description

Stack tensors in sequence horizontally (column-wise).

ยงSee also

NumPy hstack