From c315cf1ee61d5d302c7970f92c1cc76e94f0a242 Mon Sep 17 00:00:00 2001 From: Shanqing Cai Date: Mon, 30 Oct 2017 16:33:17 -0700 Subject: [PATCH] Internal-only changes PiperOrigin-RevId: 173968246 --- tensorflow/contrib/eager/python/tfe.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tensorflow/contrib/eager/python/tfe.py b/tensorflow/contrib/eager/python/tfe.py index 4164a815cd9..b6c687c8294 100644 --- a/tensorflow/contrib/eager/python/tfe.py +++ b/tensorflow/contrib/eager/python/tfe.py @@ -48,7 +48,6 @@ To use, at program startup, call `tfe.enable_eager_execution()`. @@Iterator @@Network @@Saver -@@SummaryWriter @@restore_variables_on_create @@Variable @@get_optimizer_variables @@ -78,7 +77,6 @@ from tensorflow.contrib.eager.python.network import Network from tensorflow.contrib.eager.python.saver import get_optimizer_variables from tensorflow.contrib.eager.python.saver import restore_variables_on_create from tensorflow.contrib.eager.python.saver import Saver -from tensorflow.contrib.eager.python.summary_writer import SummaryWriter from tensorflow.python.eager import backprop from tensorflow.python.eager import function from tensorflow.python.eager.context import DEVICE_PLACEMENT_EXPLICIT