View source on GitHub |
Exponential moving average optimizer.
Classes
class ExponentialMovingAverage
: Optimizer that computes an exponential moving average of the variables.
Functions
maybe_merge_call(...)
: Maybe invoke fn
via merge_call
which may or may not be fulfilled.