Defined in tensorflow/contrib/recurrent/python/recurrent_api.py.
Recurrent computations library.
Functions
Recurrent(...): Compute a recurrent neural net.
bidirectional_functional_rnn(...): Creates a bidirectional recurrent neural network.
functional_rnn(...): Same interface as tf.nn.dynamic_rnn.