Element-wise truth value of (x >= y).
Compat aliases for migration
See Migration guide for more details.
tf.compat.v1.keras.backend.greater_equal, tf.compat.v2.keras.backend.greater_equal
tf.compat.v1.keras.backend.greater_equal
tf.compat.v2.keras.backend.greater_equal
tf.keras.backend.greater_equal( x, y )
x
y
A bool tensor.