Tensor.multiply

Tensor.multiply(self, other, out=None)

Return out = self * other.

If out is provided, the result is written to it.

See also

LinearSpace.multiply