Handbook
Glossary
check-shape ( shape -- shape )
Vocabulary
tensors
.
private
Inputs
shape
an
object
Outputs
shape
an
object
Definition
USING:
kernel
math
sequences
tensors
;
IN:
tensors.private
:
check-shape
( shape -- shape )
dup
[
1
<
]
map-find
drop
[
non-positive-shape-error
]
when
;