powered by
It takes as input a list of tensors, all of the same shape, and returns a single tensor (also of the same shape).
layer_multiply(inputs)
A list of input tensors (at least 2).
A tensor, the element-wise product of the inputs.
Other merge layers: layer_add, layer_average, layer_concatenate, layer_dot, layer_maximum
layer_add
layer_average
layer_concatenate
layer_dot
layer_maximum