![]() |
Functional interface to the Minimum
layer.
Aliases:
tf.keras.layers.minimum(
inputs,
**kwargs
)
Arguments:
inputs
: A list of input tensors (at least 2).**kwargs
: Standard layer keyword arguments.
Returns:
A tensor, the element-wise minimum of the inputs.