tf.contrib.recurrent.functional_rnn

tf.contrib.recurrent.functional_rnn(
    cell,
    inputs,
    sequence_length=None,
    initial_state=None,
    dtype=None,
    time_major=False,
    scope=None,
    use_tpu=False,
    reverse=False
)

Defined in tensorflow/contrib/recurrent/python/ops/functional_rnn.py.

Same interface as tf.nn.dynamic_rnn.