tf.keras.layers.minimum

TensorFlow 1 version View source on GitHub

Functional interface to the Minimum layer.

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

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