Multiply (*)#
Element-wise multiplication operator
-
Op matx::operator*(Op t, Op t2)#
Multiply two operators or tensors
- Parameters:
t – LHS tensor or operator input
t2 – RHS second tensor or operator input
-
Op matx::mul(Op t, Op t2)#
Multiply two operators or tensors
- Parameters:
t – LHS tensor or operator input
t2 – RHS second tensor or operator input
Examples#
(tov0 = tiv0 * tiv0).run(exec);