vstack ( seq -- tensor )
Tensors ยป Manipulating Tensors

Prev:hstack ( seq -- tensor )
Next:t-concat ( seq -- tensor )


Vocabulary
tensors

Inputs
seqa sequence


Outputs
tensora tensor


Word description
Joins the sequences in seq row-wise.

Errors
Throws a shape-mismatch-error if the sequences in seq do not have the same shape along all but the first axis.

Definition