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