dimension-mismatch-error ( tensor-dim index-dim -- * )


Vocabulary
tensors

Inputs
tensor-dima number
index-dima 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