t-concat ( seq -- tensor )
Tensors ยป Manipulating Tensors

Prev:vstack ( seq -- tensor )


Vocabulary
tensors

Inputs
seqa sequence


Outputs
tensora tensor


Word description
Joins the sequences in seq along the first axis.

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

Definition