API Reference
OperationNamespace.
mul
Multiplies two values element-wise.
x (number or np.ndarray or Tensor) – The left multiplicand, \(x\).
y (number or np.ndarray or Tensor) – The right multiplicand, \(y\).
name (str, optional) – The name of the node.
The element-wise value of \(x\times y\).
Tensor