non-uniform-seq-error ( seq -- * )


Vocabulary
tensors

Inputs
seqa sequence


Outputs
None

Word description
Throws a non-uniform-seq-error.

Error description
Thrown by operations such as >tensor, which allow users to directly input the values of a tensor as a nested sequence, when the subsequences have varying lengths.

Definition