tf.nn.normalize_moments

View source on GitHub

Calculate the mean and variance of based on the sufficient statistics.

tf.nn.normalize_moments(
    counts, mean_ss, variance_ss, shift, name=None
)

Args:

Returns:

Two Tensor objects: mean and variance.