tf.keras.layers.minimum

Functional interface to the Minimum layer.

inputs A list of input tensors.
**kwargs Standard layer keyword arguments.

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