tf.keras.backend.update_add

Update the value of x by adding increment.

Compat aliases for migration

See Migration guide for more details.

tf.compat.v1.keras.backend.update_add

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

The variable x updated.