tf.keras.backend.less_equal

TensorFlow 2 version View source on GitHub

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

x Tensor or variable.
y Tensor or variable.

A bool tensor.