tf.keras.backend.moving_average_update

TensorFlow 1 version View source on GitHub

Compute the moving average of a variable.

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

An Operation to update the variable.