aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-01-18 07:03:48 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-01-18 07:08:19 -0800
commit29feac4d47a12764d496a2a48318f5738a96fc8c (patch)
tree1c11f5992d649d7380efaae8cf4f673286b6be8d
parent72a4e62f67496bb7d60fa82cbdcf4ed710a6762f (diff)
Expose Sequential as tfe.Sequential to go with the already exposed tfe.Network.
PiperOrigin-RevId: 182365046
-rw-r--r--tensorflow/contrib/eager/python/tfe.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tensorflow/contrib/eager/python/tfe.py b/tensorflow/contrib/eager/python/tfe.py
index 9dea1d19bf..712d1cb94d 100644
--- a/tensorflow/contrib/eager/python/tfe.py
+++ b/tensorflow/contrib/eager/python/tfe.py
@@ -52,6 +52,7 @@ To use, at program startup, call `tfe.enable_eager_execution()`.
@@EagerVariableStore
@@Network
+@@Sequential
@@save_network_checkpoint
@@restore_network_checkpoint
@@ -76,6 +77,7 @@ from __future__ import print_function
from tensorflow.contrib.eager.python import metrics
from tensorflow.contrib.eager.python.datasets import Iterator
from tensorflow.contrib.eager.python.network import Network
+from tensorflow.contrib.eager.python.network import Sequential
from tensorflow.contrib.eager.python.network import save_network_checkpoint
from tensorflow.contrib.eager.python.network import restore_network_checkpoint
from tensorflow.contrib.eager.python.saver import get_optimizer_variables