mul

dragon.vm.torch.mul(
  input,
  other,
  out=None
)[source]

Compute the element-wise multiplication.

\[\text{out} = \text{input} \times \text{other} \]
Parameters:
Returns:

dragon.vm.torch.Tensor The output tensor.