Update the value of x
by subtracting decrement
.
View aliases
Compat aliases for migration
See Migration guide for more details.
tf.compat.v1.keras.backend.update_sub
, `tf.compat.v2.keras.backend.update_sub`
tf.keras.backend.update_sub(
x, decrement
)
Arguments | |
---|---|
x
|
A Variable. |
decrement
|
A tensor of same shape as x .
|
Returns | |
---|---|
The variable x updated.
|