aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/eager/python/evaluator.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/eager/python/evaluator.py')
-rw-r--r--tensorflow/contrib/eager/python/evaluator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/eager/python/evaluator.py b/tensorflow/contrib/eager/python/evaluator.py
index 37c8f0d47a..7949a3f6da 100644
--- a/tensorflow/contrib/eager/python/evaluator.py
+++ b/tensorflow/contrib/eager/python/evaluator.py
@@ -22,12 +22,12 @@ import six
from tensorflow.contrib.eager.python import datasets
from tensorflow.contrib.eager.python import metrics
-from tensorflow.contrib.summary import summary_ops
from tensorflow.python.eager import context
from tensorflow.python.eager import function
from tensorflow.python.framework import errors_impl
from tensorflow.python.framework import ops
from tensorflow.python.ops import control_flow_ops
+from tensorflow.python.ops import summary_ops_v2 as summary_ops
class Evaluator(object):