Properly export recurrent in contrib.
authorPatrick Nguyen <drpng@google.com>
Sat, 28 Apr 2018 04:58:17 +0000 (21:58 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Sat, 28 Apr 2018 05:00:54 +0000 (22:00 -0700)
commit1aef48eef86d3f6248afe3253a66f8f13800fb68
treec87142567696bce54c2373eef4068600f2e2a0d4
parent74747435c2442084e8de53bc73311152f270ae88
Properly export recurrent in contrib.

The following symbols are available:
- tf.contrib.recurrent.bidirectional_functional_rnn
- tf.contrib.recurrent.functional_rnn
- tf.contrib.recurrent.Recurrent

PiperOrigin-RevId: 194632138
tensorflow/contrib/__init__.py
tensorflow/contrib/recurrent/python/recurrent_api.py