View source on GitHub |
Return the truth value of x1 >= x2
element-wise.
tf.keras.ops.greater_equal(
x1, x2
)
Args | |
---|---|
x1
|
First input tensor. |
x2
|
Second input tensor. |
Returns | |
---|---|
Output tensor, element-wise comparison of x1 and x2 .
|