aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-03-29 11:09:08 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-03-29 12:29:47 -0700
commitd0eae637923080a8f07a8901ee5363f4411c5c6d (patch)
tree58358c38597f6b9ed3add234c5f761a08073692b
parentb1d6de28c5600e179d979cc635c812aca955d046 (diff)
Include PhasedLSTMCell to the tf.contrib.rnn module.
Change: 151607738
-rw-r--r--tensorflow/contrib/rnn/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/contrib/rnn/__init__.py b/tensorflow/contrib/rnn/__init__.py
index 88d9c8469a..ce1ed7f491 100644
--- a/tensorflow/contrib/rnn/__init__.py
+++ b/tensorflow/contrib/rnn/__init__.py
@@ -42,6 +42,7 @@ See @{$python/contrib.rnn} guide.
@@GridLSTMCell
@@BidirectionalGridLSTMCell
@@NASCell
+@@PhasedLSTMCell
### RNNCell wrappers
@@AttentionCellWrapper