View source on GitHub |
Functional interface to the Minimum
layer.
tf.keras.layers.minimum(
inputs, **kwargs
)
Args | |
---|---|
inputs
|
A list of input tensors. |
**kwargs
|
Standard layer keyword arguments. |
Returns | |
---|---|
A tensor, the element-wise minimum of the inputs. |