t-uop ( tensor: tensor quot: ( x -- y ) -- tensor: tensor )


Vocabulary
tensors.private

Inputs
tensora tensor
quota quotation with stack effect ( x -- y )


Outputs
tensora tensor


Definition


TYPED:: t-uop
( tensor: tensor quot: ( x -- y ) -- tensor: tensor )
tensor vec>> quot map [ tensor shape>> ] dip <tensor> ;
inline