powered by
Stack
(sequence of Tensors) sequence of tensors to concatenate
(int) dimension to insert. Has to be between 0 and the number of dimensions of concatenated tensors (inclusive)
(Tensor, optional) the output tensor.
Concatenates sequence of tensors along a new dimension.
All tensors need to be of the same size.