vstack

Function vstack 

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

Stack tensors in sequence horizontally (row-wise).

ยงSee also

NumPy vstack