def moving_average_update(variable, value, momentum): return moving_averages.assign_moving_average( variable, value, momentum) # LINEAR ALGEBRA