tf.keras.backend.update_add

TensorFlow 2 version View source on GitHub

Update the value of x by adding increment.

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

The variable x updated.