Alias for mul.
mul
Calculates:
output = input * other Copy
output = input * other
Gradient:
inputGrad = outputGrad * other; otherGrad = outputGrad * input Copy
inputGrad = outputGrad * other; otherGrad = outputGrad * input
the input tensor of any shape
the other tensor whose shape is broadcastable with the input tensor
the output tensor
Generated using TypeDoc
Alias for
mul
.Calculates:
Gradient: