Handbook
Glossary
dimension-mismatch-error ( tensor-dim index-dim -- * )
Vocabulary
tensors
Inputs
tensor-dim
a
number
index-dim
a
number
Outputs
None
Word description
Throws a
dimension-mismatch-error
.
Error description
Thrown by indexing operations such as
nth
and
set-nth
if the array being used to index has a different number of dimensions than the tensor.
Definition
IN:
tensors
ERROR:
dimension-mismatch-error
tensor-dim index-dim
;