tf.keras.backend.update_sub

Update the value of x by subtracting decrement.

Compat aliases for migration

See Migration guide for more details.

tf.compat.v1.keras.backend.update_sub, `tf.compat.v2.keras.backend.update_sub`

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

The variable x updated.