aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/rnn
diff options
context:
space:
mode:
authorGravatar RJ Ryan <rjryan@google.com>2018-06-27 20:46:34 -0700
committerGravatar Gunhan Gulsoy <gunan@google.com>2018-06-28 21:37:43 -0700
commita47106da5af16ffa49d8c33c480ab4a6b9e2e71f (patch)
treeedf3be877f7f56c1fe68492d1a9bdc9721db0ce0 /tensorflow/contrib/rnn
parent7d9621e4626b4ec3553c16fe803c21c25dd06c30 (diff)
Expose SRUCell via tf.contrib.rnn.
PiperOrigin-RevId: 202415942
Diffstat (limited to 'tensorflow/contrib/rnn')
-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 67f31785b5..07227bcb77 100644
--- a/tensorflow/contrib/rnn/__init__.py
+++ b/tensorflow/contrib/rnn/__init__.py
@@ -58,6 +58,7 @@ See @{$python/contrib.rnn} guide.
@@Conv3DLSTMCell
@@HighwayWrapper
@@GLSTMCell
+@@SRUCell
<!--RNNCell wrappers-->
@@AttentionCellWrapper