tf.keras.layers.multiply

Functional interface to the Multiply layer.

inputs A list of input tensors (at least 2).
**kwargs Standard layer keyword arguments.

A tensor, the element-wise product of the inputs.