tf.keras.ops.less_equal

Return the truth value of x1 <= x2 element-wise.

x1First input tensor.
x2Second input tensor.

Output tensor, element-wise comparison of x1 and x2.