tf.keras.backend.minimum

TensorFlow 1 version View source on GitHub

Element-wise minimum of two tensors.

x Tensor or variable.
y Tensor or variable.

A tensor.