aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/BUILD
diff options
context:
space:
mode:
authorGravatar Patrick Nguyen <drpng@google.com>2018-04-09 16:55:06 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-04-09 16:57:31 -0700
commit26e36ec2c9fb061e7349b2259bc69b2140d18819 (patch)
tree9a1e2efa757def9f977c45b538e4e2c058073e8a /tensorflow/contrib/BUILD
parent66a601eece46e91c7c19cb22ebe526cf8b2253d5 (diff)
Export recurrent and its RNN implementation in tf.contrib.
PiperOrigin-RevId: 192210794
Diffstat (limited to 'tensorflow/contrib/BUILD')
-rw-r--r--tensorflow/contrib/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/contrib/BUILD b/tensorflow/contrib/BUILD
index bf69144ad8..9bef0d8b61 100644
--- a/tensorflow/contrib/BUILD
+++ b/tensorflow/contrib/BUILD
@@ -81,6 +81,7 @@ py_library(
"//tensorflow/contrib/quantize:quantize_graph",
"//tensorflow/contrib/autograph",
"//tensorflow/contrib/receptive_field:receptive_field_py",
+ "//tensorflow/contrib/recurrent:recurrent_py",
"//tensorflow/contrib/reduce_slice_ops:reduce_slice_ops_py",
"//tensorflow/contrib/remote_fused_graph/pylib:remote_fused_graph_ops_py",
"//tensorflow/contrib/resampler:resampler_py",