tf.keras.backend.moving_average_update

Compute the moving average of a variable.

Compat aliases for migration

See Migration guide for more details.

tf.compat.v1.keras.backend.moving_average_update

x A Variable.
value A tensor with the same shape as variable.
momentum The moving average momentum.

An Operation to update the variable.