Handbook
Glossary
hstack ( seq -- tensor )
Tensors
ยป
Manipulating Tensors
Prev:
stack ( seq -- tensor )
Next:
vstack ( seq -- tensor )
Vocabulary
tensors
Inputs
seq
a
sequence
Outputs
tensor
a
tensor
Word description
Joins the sequences in
seq
column-wise.
Errors
Throws a
shape-mismatch-error
if the sequences in
seq
do not have the same shape along all but the second axis.
Definition
USING:
tensors.private
;
IN:
tensors
:
hstack
( seq -- tensor )
check-hstack-shape
hstack-unsafe
;