tf.keras.ops.multiply

Multiply arguments element-wise.

x1 First input tensor.
x2 Second input tensor.

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