tf.keras.ops.multiply

Multiply arguments element-wise.

x1First input tensor.
x2Second input tensor.

Output tensor, element-wise product of x1 and x2.