![]() |
Element-wise truth value of (x > y).
Aliases:
tf.keras.backend.greater(
x,
y
)
Arguments:
x
: Tensor or variable.y
: Tensor or variable.
Returns:
A bool tensor.
![]() |
Element-wise truth value of (x > y).
tf.keras.backend.greater(
x,
y
)
x
: Tensor or variable.y
: Tensor or variable.A bool tensor.