tf.keras.backend.update_sub

TensorFlow 2 version View source on GitHub

Update the value of x by subtracting decrement.

x A Variable.
decrement A tensor of same shape as x.

The variable x updated.