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