tf.keras.layers.multiply

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

Defined in tensorflow/python/keras/layers/merge.py.

Functional interface to the Multiply layer.

Arguments:

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

Returns:

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