tf.keras.backend.less

View source on GitHub

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

Aliases:

tf.keras.backend.less(
    x,
    y
)

Arguments:

  • x: Tensor or variable.
  • y: Tensor or variable.

Returns:

A bool tensor.