tf.keras.ops.less

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

x1 First input tensor.
x2 Second input tensor.

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