aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/training/moving_averages.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/python/training/moving_averages.py')
-rw-r--r--tensorflow/python/training/moving_averages.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/python/training/moving_averages.py b/tensorflow/python/training/moving_averages.py
index 32a4b175bb..ff9b0e5ae2 100644
--- a/tensorflow/python/training/moving_averages.py
+++ b/tensorflow/python/training/moving_averages.py
@@ -331,7 +331,7 @@ class ExponentialMovingAverage(object):
shadow variables are created with `trainable=False` and added to the
`GraphKeys.ALL_VARIABLES` collection. They will be returned by calls to
- `tf.all_variables()`.
+ `tf.global_variables()`.
Returns an op that updates all shadow variables as described above.