tf.keras.backend.less_equal

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

Compat aliases for migration

See Migration guide for more details.

tf.compat.v1.keras.backend.less_equal

x Tensor or variable.
y Tensor or variable.

A bool tensor.