![]() |
Update the value of x
by adding increment
.
Aliases:
tf.keras.backend.update_add(
x,
increment
)
Arguments:
x
: A Variable.increment
: A tensor of same shape asx
.
Returns:
The variable x
updated.
![]() |
Update the value of x
by adding increment
.
tf.keras.backend.update_add(
x,
increment
)
x
: A Variable.increment
: A tensor of same shape as x
.The variable x
updated.