tf.keras.backend.less

TensorFlow 1 version View source on GitHub

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

x Tensor or variable.
y Tensor or variable.

A bool tensor.