Handbook
Glossary
repetition ( shape const -- tensor )
Vocabulary
tensors
.
private
Inputs
shape
an
object
const
an
object
Outputs
tensor
an
object
Definition
USING:
kernel
sequences
;
IN:
tensors.private
:
repetition
( shape const -- tensor )
[
check-shape
dup
product
]
dip
<repetition>
>float-array
<tensor>
;