Initializes the ExponentialMovingAverage. Args: coeff_init: the value of the initial coeff. per_channel: whether the smoothing should be different per channel. trainable: whether the smoothing should be trained or not.
(
self,
coeff_init: Union[float, tf.Tensor],
per_channel: bool = False, trainable: bool = False)
source not stored for this graph (policy: none)