tf.keras.layers.Minimum

View source on GitHub

Class Minimum

Layer that computes the minimum (element-wise) a list of inputs.

Aliases:

It takes as input a list of tensors, all of the same shape, and returns a single tensor (also of the same shape).

__init__

View source

__init__(**kwargs)