tf.keras.backend.greater_equal

TensorFlow 1 version View source on GitHub

Element-wise truth value of (x >= y).

x Tensor or variable.
y Tensor or variable.

A bool tensor.