aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/eager/python/saver.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/eager/python/saver.py')
-rw-r--r--tensorflow/contrib/eager/python/saver.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/contrib/eager/python/saver.py b/tensorflow/contrib/eager/python/saver.py
index fdaca90fd1..d709308647 100644
--- a/tensorflow/contrib/eager/python/saver.py
+++ b/tensorflow/contrib/eager/python/saver.py
@@ -125,8 +125,8 @@ class Saver(object):
Args:
var_list: The list of variables that will be saved and restored. Either a
- list of `tfe.Variable` objects, or a dictionary mapping names to
- `tfe.Variable` objects.
+ list of `tf.Variable` objects, or a dictionary mapping names to
+ `tf.Variable` objects.
Raises:
RuntimeError: if invoked when eager execution has not been enabled.