tf.keras.backend.less

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

Compat aliases for migration

See Migration guide for more details.

tf.compat.v1.keras.backend.less

x Tensor or variable.
y Tensor or variable.

A bool tensor.