Contents

*=(_:_:)

Computes element-wise multiplication.

Declaration

static func *= (lhs: inout MLTensor, rhs: MLTensor)

Discussion

Shapes must be broadcastable, where the broadcasted shape becomes the shape of the output.

See Also

Performing arithmetic operations