![]() |
Compute the moving average of a variable.
Aliases:
tf.keras.backend.moving_average_update(
x,
value,
momentum
)
Arguments:
x
: A Variable.value
: A tensor with the same shape asvariable
.momentum
: The moving average momentum.
Returns:
An Operation to update the variable.