tf.keras.backend.update_sub

View source on GitHub

Update the value of x by subtracting decrement.

tf.keras.backend.update_sub(
    x, decrement
)

Arguments:

Returns:

The variable x updated.