tf.keras.layers.multiply

View source on GitHub

Functional interface to the Multiply layer.

tf.keras.layers.multiply(
    inputs, **kwargs
)

Arguments:

Returns:

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