![]() |
![]() |
Class Multiply
Layer that multiplies (element-wise) a list of inputs.
Aliases: tf.compat.v1.keras.layers.Multiply
, tf.compat.v2.keras.layers.Multiply
It takes as input a list of tensors, all of the same shape, and returns a single tensor (also of the same shape).
__init__
__init__(**kwargs)