Handbook
Glossary
check-bop-shape ( shape1 shape2 -- shape )
Vocabulary
tensors
.
private
Inputs
shape1
an
object
shape2
an
object
Outputs
shape
an
object
Definition
USING:
kernel
tensors
;
IN:
tensors.private
:
check-bop-shape
( shape1 shape2 -- shape )
2dup
=
[
shape-mismatch-error
]
unless
drop
;