Module: tf.contrib.recurrent

View source on GitHub

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.compat.v1.nn.dynamic_rnn.